12 lines
189 B
Nix
12 lines
189 B
Nix
# Use this file with nix-shell or similar tools; see https://nixos.org/
|
|
with import <nixpkgs> {};
|
|
|
|
mkShell {
|
|
buildInputs = [
|
|
toilet
|
|
gnumake
|
|
inotify-tools
|
|
geomyidae
|
|
];
|
|
}
|