1
1
mirror of https://github.com/nmattia/snack.git synced 2024-11-24 12:16:17 +03:00
snack/shell.nix
2019-02-22 11:38:40 +01:00

5 lines
105 B
Nix

with { pkgs = import ./nix {}; };
pkgs.mkShell {
buildInputs = [ pkgs.packages.snack-exe pkgs.nix ];
}