configuration.nix/default.nix

12 lines
122 B
Nix
Raw Normal View History

2023-07-01 22:30:32 +02:00
with import <nixpkgs> {};
mkShell {
buildInputs = [
python3
glibc
libgccjit
binutils
glibc
];
}