This website requires JavaScript.
Explore
Help
Sign In
evan
/
AnthoLume
Watch
1
Star
0
Fork
0
You've already forked AnthoLume
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3577dd89a0
AnthoLume
/
shell.nix
10 lines
111 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial Commit
2023-09-18 23:57:18 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
packages
=
with
pkgs
;
[
go
[add] editing, deletion, metadata recording
2023-09-23 18:14:57 +00:00
zig
Initial Commit
2023-09-18 23:57:18 +00:00
nodejs_20
]
;
}
Reference in New Issue
Copy Permalink