t2-iso-minimal, t2-iso-gnome: move nixpkgs.config.allowBroken to common.nix

This commit is contained in:
kekrby 2022-11-04 18:09:31 +03:00
parent 50f9e353c8
commit 927991b78e
3 changed files with 3 additions and 6 deletions

View file

@ -14,4 +14,7 @@
git
python3
];
# ZFS is (sometimes) broken and prevents building without this
nixpkgs.config.allowBroken = true;
}