Add olm to permittedInsecurePackages for CI
This commit is contained in:
@@ -16,7 +16,10 @@
|
|||||||
outputs = inputs:
|
outputs = inputs:
|
||||||
inputs.flake-utils.lib.eachDefaultSystem (system:
|
inputs.flake-utils.lib.eachDefaultSystem (system:
|
||||||
let
|
let
|
||||||
pkgsHost = inputs.nixpkgs.legacyPackages.${system};
|
pkgsHost = import inputs.nixpkgs{
|
||||||
|
inherit system;
|
||||||
|
config.permittedInsecurePackages = [ "olm-3.2.16" ];
|
||||||
|
};
|
||||||
pkgsHostStatic = pkgsHost.pkgsStatic;
|
pkgsHostStatic = pkgsHost.pkgsStatic;
|
||||||
|
|
||||||
# The Rust toolchain to use
|
# The Rust toolchain to use
|
||||||
|
|||||||
Reference in New Issue
Block a user