Add the old cinny to allowed insecure packages as well

This commit is contained in:
Lillian Violet 2024-10-23 14:19:04 +02:00
parent 872aefb0ad
commit 8a84837169

View file

@ -22,7 +22,7 @@
./package-configs/foot ./package-configs/foot
]; ];
nixpkgs = { nixpkgs = {
config.permittedInsecurePackages = ["cinny-4.2.2" "cinny-unwrapped-4.2.2"]; config.permittedInsecurePackages = ["cinny-4.2.2" "cinny-unwrapped-4.2.2" "cinny-4.2.1" "cinny-unwrapped-4.2.1"];
# You can add overlays here # You can add overlays here
overlays = [ overlays = [
# You can also add overlays exported from other flakes: # You can also add overlays exported from other flakes: