flake: accept olm "security risk"
This commit is contained in:
parent
33655b050d
commit
798c37878e
1 changed files with 4 additions and 1 deletions
|
@ -159,7 +159,10 @@
|
|||
nixpkgs = {
|
||||
pkgs = import nixpkgs {
|
||||
inherit overlays system;
|
||||
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.chvp.base.nix.unfreePackages;
|
||||
config = {
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.chvp.base.nix.unfreePackages;
|
||||
permittedInsecurePackages = [ "olm-3.2.16" ];
|
||||
};
|
||||
};
|
||||
flake.source = lib.mkForce "${nixpkgs}";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue