This website requires JavaScript.
Explore
Help
Sign In
coolneng
/
proarbeit
Watch
1
Star
0
Fork
You've already forked proarbeit
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9c6915429c
proarbeit
/
shell.nix
6 lines
86 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-07-27 16:32:39 +02:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
Rewrite using mouse library
2020-07-28 13:24:50 +02:00
mkShell
{
buildInputs
=
[
python38
]
;
}