[nixos] Downgrade from unstable to 25.05

This commit is contained in:
2025-10-25 15:05:08 -07:00
parent 4b68e3f051
commit 67a82f14fd
5 changed files with 36 additions and 27 deletions

View File

@@ -22,6 +22,14 @@ in
ryubing
dolphin-emu
];
# TODO: Remove me once dolphin-emu and dolphin-emu-primehack update
# dependencies to mbedtls from mbedtls_2 (which is currently)
# unmaintained
nixpkgs.config.permittedInsecurePackages = [ "mbedtls-2.28.10" ];
warnings = [
"Using insecure mbedtls-2.28.10 for Dolphin Emu - check for updates regularly"
];
})
];
}