re run node2nix

This commit is contained in:
2022-10-13 01:23:03 +02:00
parent 39c2a12a3e
commit 4711025fdb
3 changed files with 110 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-14_x"}:
let
nodeEnv = import ./node-env.nix {