fix messed up devshell
This commit is contained in:
parent
d04ff9b769
commit
6e629a1680
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
defaultPackage = packages.reidlab-online;
|
defaultPackage = packages.reidlab-online;
|
||||||
|
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nodejs
|
nodejs
|
||||||
nodePackages.npm
|
nodePackages.npm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue