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 git
python3 python3
]; ];
# ZFS is (sometimes) broken and prevents building without this
nixpkgs.config.allowBroken = true;
} }

View file

@ -16,7 +16,4 @@
pulse.enable = true; pulse.enable = true;
alsa.enable = true; alsa.enable = true;
}; };
# ZFS is broken and prevents building without this
nixpkgs.config.allowBroken = true;
} }

View file

@ -7,7 +7,4 @@
nixos-hardware.nixosModules.apple-t2 nixos-hardware.nixosModules.apple-t2
./common.nix ./common.nix
]; ];
# ZFS is broken and prevents building without this
nixpkgs.config.allowBroken = true;
} }