t2-iso-minimal, t2-iso-gnome: move nixpkgs.config.allowBroken to common.nix
This commit is contained in:
parent
50f9e353c8
commit
927991b78e
3 changed files with 3 additions and 6 deletions
|
|
@ -14,4 +14,7 @@
|
|||
git
|
||||
python3
|
||||
];
|
||||
|
||||
# ZFS is (sometimes) broken and prevents building without this
|
||||
nixpkgs.config.allowBroken = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue