This website requires JavaScript.
Explore
Help
Sign In
coace
/
unit
Watch
1
Star
0
Fork
You've already forked unit
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
32a18b5baa
unit
/
shell.nix
10 lines
81 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
buildInputs
=
[
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink