This website requires JavaScript.
Explore
Help
Sign In
kindrobot
/
ircgpt
Watch
1
Star
0
Fork
You've already forked ircgpt
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4dedefdf03
ircgpt
/
shell.nix
10 lines
91 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
buildInputs
=
[
nodejs
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink