This website requires JavaScript.
Explore
Help
Sign In
chandlerswift
/
nau-sidewalks
Watch
1
Star
0
Fork
You've already forked nau-sidewalks
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
b185fd18c6
nau-sidewalks
/
shell.nix
10 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
First night hacking
2025-02-10 19:46:31 -06:00
let
pkgs
=
import
<nixpkgs>
{
}
;
in
pkgs
.
mkShellNoCC
{
packages
=
with
pkgs
;
[
gnumake
First complete backend
2025-02-11 00:14:58 -06:00
go
First night hacking
2025-02-10 19:46:31 -06:00
]
;
}
Reference in a new issue
Copy permalink