This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
metis
Watch
17
Star
2
Fork
You've already forked metis
1
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
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
}
Reference in a new issue
Copy permalink