more formatting

This commit is contained in:
Ivan Dimitrov 2023-07-02 10:21:58 +03:00
parent 1f33608c90
commit c19b255dcf

View File

@ -1,5 +1,5 @@
with import <nixpkgs> {}; with import <nixpkgs> {};
mkShell { mkShell {
buildInputs = [ buildInputs = [
python3 python3
glibc glibc
@ -7,5 +7,4 @@ mkShell {
binutils binutils
glibc glibc
]; ];
} }