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

5 lines
89 B
Nix
Raw Normal View History

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