This website requires JavaScript.
Explore
Help
Sign In
chavalitros
/
MH-P2
Watch
1
Star
0
Fork
You've already forked MH-P2
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a67c87d0c8
MH-P2
/
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