configuration.nix/default.nix

11 lines
138 B
Nix
Raw Normal View History

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