nix: Temporarily mark electron-39.8.10 permitted
This commit is contained in:
parent
3810f7912e
commit
6121ad7a5d
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.trusted-users = [ "@wheel" ];
|
||||
|
||||
# Temporary preparing for upgrade to 26.05
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-39.8.10"
|
||||
];
|
||||
|
||||
nix.package = pkgs.lixPackageSets.stable.lix;
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue