default.nix

This commit is contained in:
Ivan Dimitrov 2023-07-01 23:30:32 +03:00
parent d365e0ddbc
commit 6a712fc785

11
default.nix Normal file
View File

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