Skip to content

Commit 927991b

Browse files
committed
t2-iso-minimal, t2-iso-gnome: move nixpkgs.config.allowBroken to common.nix
1 parent 50f9e35 commit 927991b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

nix/common.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@
1414
git
1515
python3
1616
];
17+
18+
# ZFS is (sometimes) broken and prevents building without this
19+
nixpkgs.config.allowBroken = true;
1720
}

nix/t2-iso-gnome.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@
1616
pulse.enable = true;
1717
alsa.enable = true;
1818
};
19-
20-
# ZFS is broken and prevents building without this
21-
nixpkgs.config.allowBroken = true;
2219
}

nix/t2-iso-minimal.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@
77
nixos-hardware.nixosModules.apple-t2
88
./common.nix
99
];
10-
11-
# ZFS is broken and prevents building without this
12-
nixpkgs.config.allowBroken = true;
1310
}

0 commit comments

Comments
 (0)