metanohi-gopher/shell.nix

12 lines
189 B
Nix
Raw Permalink Normal View History

2022-06-12 21:32:53 +02:00
# Use this file with nix-shell or similar tools; see https://nixos.org/
with import <nixpkgs> {};
mkShell {
buildInputs = [
toilet
gnumake
inotify-tools
geomyidae
];
}