also allow cinny-unwrapped for the same reason
This commit is contained in:
parent
d4ead53bad
commit
10da4d52a6
|
@ -22,7 +22,7 @@
|
||||||
./package-configs/foot
|
./package-configs/foot
|
||||||
];
|
];
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config.permittedInsecurePackages = ["cinny-4.2.1"];
|
config.permittedInsecurePackages = ["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:
|
||||||
|
|
Loading…
Reference in a new issue