This website works better with JavaScript.
Explore
Help
Sign In
jichan.org
/
jichan.org-go
Archived
generated from
ElnuDev/go-project
Watch
1
Star
0
Fork
You've already forked jichan.org-go
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Want to contribute?
Fork me on
Codeberg.org
!
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
f433ce30c3
jichan.org-go
/
shell.nix
8 lines
90 B
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
go
]
;
}
Reference in new issue
View Git Blame
Copy Permalink