fix nb overlay

This commit is contained in:
2023-11-22 16:00:43 +01:00
parent 9850e02bda
commit 92afa38c2e

View File

@@ -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"