This website requires JavaScript.
Explore
Help
Sign In
Jaculabilis
/
intake
Watch
1
Star
0
Fork
You've already forked intake
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3dd4909827
intake
/
shell.nix
6 lines
88 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
nixos-shell
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink