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