This website requires JavaScript.
Explore
Help
Sign In
etu
/
statusscreen
Watch
1
Star
0
Fork
You've already forked statusscreen
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
316f8d5c7b
statusscreen
/
shell.nix
10 lines
94 B
Nix
Raw
Blame
History
with
(
import
<nixpkgs>
{
}
)
;
mkShell
{
buildInputs
=
[
gnumake
go
gocode
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink