permitting appnet insecure package
This commit is contained in:
parent
0681d3aed4
commit
c74af2cd27
11
base.nix
11
base.nix
@ -71,7 +71,16 @@
|
|||||||
piracy.gid = 985;
|
piracy.gid = 985;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config = {
|
||||||
|
allowUnfree = true;
|
||||||
|
permittedInsecurePackages = [
|
||||||
|
"aspnetcore-runtime-wrapped-6.0.36"
|
||||||
|
"aspnetcore-runtime-6.0.36"
|
||||||
|
"dotnet-runtime-6.0.36"
|
||||||
|
"dotnet-sdk-wrapped-6.0.428"
|
||||||
|
"dotnet-sdk-6.0.428"
|
||||||
|
];
|
||||||
|
};
|
||||||
nix =
|
nix =
|
||||||
let
|
let
|
||||||
featuresList = [
|
featuresList = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user