update
This commit is contained in:
parent
6f0f8b69b3
commit
f291e0b3f4
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
config.permittedInsecurePackages = [
|
||||||
|
"nodejs-16.20.2"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
lib = pkgs.lib;
|
lib = pkgs.lib;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue