Added exception for insecure dependency

This commit is contained in:
Jan-Bulthuis 2025-01-26 13:31:23 +01:00
parent 1a2d9b6490
commit 99928ddb16
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ in
};
config = mkIf cfg.enable {
# TODO: Remove insecure package
nixpkgs.config.permittedInsecurePackages = [
"freeimage-unstable-2021-11-01"
];
home.packages = with pkgs; [
emulationstation-de
];