This website requires JavaScript.
Explore
Help
Sign In
cadey
/
xesite
Watch
1
Star
0
Fork
You've already forked xesite
1
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
a7849dd65d
xesite
/
shell.nix
9 lines
89 B
Nix
Raw
Blame
History
let
pkgs
=
import
<nixpkgs>
{
}
;
in
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
go
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink