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
thubrecht/cleanup
metis
/
shell.nix
5 lines
94 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
switch to npins and buildNpmPackage
2023-07-22 22:17:25 +02:00
{
pkgs
?
import
(
import
./npins
)
.
nixpkgs
{
}
}:
pkgs
.
mkShell
{
packages
=
[
pkgs
.
nodejs
]
;
nix: nixify the setup, add prettier
2021-11-20 00:10:09 +01:00
}
Reference in a new issue
Copy permalink