1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-08 08:26:02 +03:00
niv/shell.nix

5 lines
86 B
Nix
Raw Normal View History

2019-01-28 21:48:51 +03:00
with { pkgs = import ./nix; };
pkgs.mkShell
{ buildInputs = [ pkgs.snack-exe ];
}