This website requires JavaScript.
Explore
Help
Register
Sign In
phundrak
/
conlang.phundrak.com
Watch
1
Star
0
Fork
0
You've already forked conlang.phundrak.com
Code
Issues
Actions
Activity
0b52af0202
conlang.phundrak.com
/
shell.nix
7 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
chore: upgrade dependencies, switch from yarn to npm
2024-06-21 06:15:31 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
chore: switch to node 20
2024-06-23 11:14:42 +00:00
nativeBuildInputs
=
[
pkgs
.
nodejs_20
chore: upgrade dependencies, switch from yarn to npm
2024-06-21 06:15:31 +00:00
]
;
}
Reference in New Issue
Copy Permalink