more formatting

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

View File

@ -1,11 +1,10 @@
with import <nixpkgs> {}; with import <nixpkgs> {};
mkShell { mkShell {
buildInputs = [ buildInputs = [
python3 python3
glibc glibc
libgccjit libgccjit
binutils binutils
glibc glibc
]; ];
} }