This website requires JavaScript.
Explore
Help
Sign In
nmattia
/
niv
Watch
1
Star
1
Fork
0
You've already forked niv
mirror of
https://github.com/nmattia/niv.git
synced
2024-11-08 08:26:02 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
45041fa765
niv
/
shell.nix
5 lines
89 B
Nix
Raw
Normal View
History
Unescape
Escape
Restructure Nix dirs
2019-02-03 16:07:42 +03:00
with
{
pkgs
=
import
./nix
{
}
;
}
;
Clean up nix files
2019-01-28 21:48:51 +03:00
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
snack-exe
]
;
}
Reference in New Issue
Copy Permalink