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
Activity
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 08:15:31 +02:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
chore: switch to node 20
2024-06-23 13:14:42 +02:00
nativeBuildInputs
=
[
pkgs
.
nodejs_20
chore: upgrade dependencies, switch from yarn to npm
2024-06-21 08:15:31 +02:00
]
;
}
Reference in New Issue
Copy Permalink