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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,4 @@
|
|||
pulse.enable = true;
|
||||
alsa.enable = true;
|
||||
};
|
||||
|
||||
# ZFS is broken and prevents building without this
|
||||
nixpkgs.config.allowBroken = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,4 @@
|
|||
nixos-hardware.nixosModules.apple-t2
|
||||
./common.nix
|
||||
];
|
||||
|
||||
# ZFS is broken and prevents building without this
|
||||
nixpkgs.config.allowBroken = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue