File tree 2 files changed +7
-3
lines changed 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 29
29
in
30
30
{
31
31
formatter . ${ system } = nixpkgs . legacyPackages . ${ system } . nixfmt-rfc-style ;
32
+
32
33
packages . ${ system } = lib . genAttrs isos (
33
34
iso :
34
35
( lib . nixosSystem {
Original file line number Diff line number Diff line change 29
29
git
30
30
python3
31
31
dmg2img
32
- ( pkgs . callPackage ./pkgs/firmware-script.nix { } )
32
+ ( callPackage ./pkgs/firmware-script.nix { } )
33
33
] ;
34
34
35
- # ZFS is (sometimes) broken and prevents building without this
36
- nixpkgs . config . allowBroken = true ;
35
+ # Don't actually let broken stuff sneak into the ISO. If ZFS breaks, it actually breaks building the kernel (module)
36
+ # due to an upstream check and this wouldn't do anything to stop that from happening.
37
+ ## ZFS is (sometimes) broken and prevents building without this
38
+ ## nixpkgs.config.allowBroken = true;
39
+
37
40
nixpkgs . hostPlatform = "x86_64-linux" ; # t2 is x86_64-linux only
38
41
}
You can’t perform that action at this time.
0 commit comments