This website requires JavaScript.
Explore
Help
Register
Sign in
ecoppens
/
metis
Watch
1
Star
0
Fork
You've already forked metis
0
forked from
DGNum/metis
Code
Pull requests
Activity
5d53c11d6b
metis
/
shell.nix
6 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
nix: nixify the setup, add prettier
2021-11-20 00:10:09 +01:00
{
pkgs
?
import
./nix
{
}
}:
pkgs
.
npmlock2nix
.
shell
{
src
=
./.
;
fix: downgrade nodejs version to avoid lock issues
2022-02-01 22:02:39 +01:00
nodejs
=
pkgs
.
nodejs-12_x
;
nix: nixify the setup, add prettier
2021-11-20 00:10:09 +01:00
}
Copy permalink