1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/shell.nix
2019-01-28 19:48:51 +01:00

5 lines
86 B
Nix

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