Add olm to permittedInsecurePackages for CI
This commit is contained in:
parent
08efebd5af
commit
c1bcdeaf01
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@
|
|||
outputs = inputs:
|
||||
inputs.flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgsHost = inputs.nixpkgs.legacyPackages.${system};
|
||||
pkgsHost = import inputs.nixpkgs{
|
||||
inherit system;
|
||||
config.permittedInsecurePackages = [ "olm-3.2.16" ];
|
||||
};
|
||||
pkgsHostStatic = pkgsHost.pkgsStatic;
|
||||
|
||||
# The Rust toolchain to use
|
||||
|
|
Loading…
Add table
Reference in a new issue