mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-12-12 01:00:43 +01:00
NixOS 24.11: openra insecure dotnet
This commit is contained in:
parent
8b42aff442
commit
f4fc948e36
@ -27,6 +27,13 @@
|
|||||||
"assaultcube"
|
"assaultcube"
|
||||||
"ut2004-demo"
|
"ut2004-demo"
|
||||||
];
|
];
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
# Required for openra
|
||||||
|
"dotnet-runtime-wrapped-6.0.36"
|
||||||
|
"dotnet-runtime-6.0.36"
|
||||||
|
"dotnet-sdk-wrapped-6.0.428"
|
||||||
|
"dotnet-sdk-6.0.428"
|
||||||
|
];
|
||||||
|
|
||||||
users.users.yoda = {
|
users.users.yoda = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user