aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-30 00:18:28 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-30 00:18:28 -0800
commit5bf1ec45fd15ba085534008f8956c233c08cc350 (patch)
tree6d45c77e5d393cc0a9718382ad3aee1ad24f08e7
parent5a980677f10bbb71435585e598b2109dd6f2874c (diff)
downloadnix-5bf1ec45fd15ba085534008f8956c233c08cc350.tar
nix-5bf1ec45fd15ba085534008f8956c233c08cc350.tar.gz
nix-5bf1ec45fd15ba085534008f8956c233c08cc350.tar.bz2
nix-5bf1ec45fd15ba085534008f8956c233c08cc350.tar.lz
nix-5bf1ec45fd15ba085534008f8956c233c08cc350.tar.xz
nix-5bf1ec45fd15ba085534008f8956c233c08cc350.tar.zst
nix-5bf1ec45fd15ba085534008f8956c233c08cc350.zip
Allow insecure *arr dotnet dependency
-rw-r--r--hosts/arrakis/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index a256f70..f0369c0 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -215,7 +215,8 @@
allowUnfree = true;
permittedInsecurePackages = [
"aspnetcore-runtime-6.0.36"
- "aspnetcore-runtime-wrapped-6.0.36"
+ "aspnetcore-runtime-wrapped-6.0.36"
+ "dotnet-sdk-wrapped-6.0.428"
];
};
hostPlatform = "x86_64-linux";