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
b7aa57c149
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
=
./.
;
feat: implement initial prototype
2022-02-20 19:16:33 +01:00
nodejs
=
pkgs
.
nodejs-14_x
;
nix: nixify the setup, add prettier
2021-11-20 00:10:09 +01:00
}
Copy permalink