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> {};
mkShell {
mkShell {
buildInputs = [
python3
glibc
@ -7,5 +7,4 @@ mkShell {
binutils
glibc
];
}
}