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
Initial commit
Browse Source
...
This commit is contained in:
coolneng
2021-04-26 17:49:50 +02:00
commit
a67c87d0c8
Signed by:
coolneng
GPG Key ID:
9893DA236405AF57
1 changed files
with
9 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
9
shell.nix
Normal file
Unescape
Escape
View File
@ -0,0 +1,9 @@
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
buildInputs
=
[
]
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
chavalitros/MH-P2
Title
Body
Create Issue