This website requires JavaScript.
Explore
Help
Sign In
tlaternet
/
tlaternet-templates
Archived
Watch
1
Star
0
Fork
You've already forked tlaternet-templates
0
Code
Issues
4
Pull requests
Releases
Wiki
Activity
shell.nix: Add nix environment
Browse source
...
This commit is contained in:
Tristan Daniël Maat
2020-02-09 11:44:15 +09:00
parent
bd2463a663
commit
f1fc0737be
Signed by:
tlater
GPG key ID:
49670FD774E43268
1 changed files
with
8 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
8
shell.nix
Normal file
Unescape
Escape
View file
@ -0,0 +1,8 @@
with
import
<nixpkgs>
{
}
;
runCommand
"
w
w
w
"
{
buildInputs
=
[
python3
nodejs
]
;
}
"
"
Reference in a new issue
Repository
tlaternet/tlaternet-templates
Title
Body
Create issue