fix nb overlay
This commit is contained in:
parent
9850e02bda
commit
92afa38c2e
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,10 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [ (import ./overlays/packages.nix) ];
|
||||
nixpkgs.overlays = [
|
||||
(import ./utils/overlays/packages.nix)
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1v"
|
||||
"electron-24.8.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue