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