patches: patch Hydra to force allow IFD

This commit is contained in:
Infinidoge 2024-05-21 02:19:22 -04:00
parent fe4eb60fac
commit 5ca8cfd061
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
2 changed files with 27 additions and 0 deletions

View file

@ -21,4 +21,6 @@ in
];
hyfetch = addPatches prev.hyfetch [ ./neofetch-remove-steam-packages.patch ];
hydra_unstable = addPatches prev.hydra_unstable [ ./hydra-force-allow-import-from-derivation.patch ];
}