This website requires JavaScript.
Explore
Help
Sign In
sammyette
/
Hilbish
mirror of
https://github.com/Hilbis/Hilbish
Watch
2
Star
2
Fork
You've already forked Hilbish
0
Code
Issues
Releases
Wiki
Activity
36ea20b550
Hilbish
/
shell.nix
5 lines
108 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
nativeBuildInputs
=
with
pkgs
;
[
go
readline
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink