Fix branch for family disks target in nix_builder.
This commit is contained in:
@@ -165,14 +165,14 @@ output_directory = "/home/nixworker/persist/nix_builder"
|
|||||||
[[targets]]
|
[[targets]]
|
||||||
name = "family_disks"
|
name = "family_disks"
|
||||||
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
|
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
|
||||||
branch = "family_disks"
|
branch = "nix"
|
||||||
path = "nix/configuration"
|
path = "nix/configuration"
|
||||||
attr = "nixosConfigurations.family_disks.config.system.build.toplevel"
|
attr = "nixosConfigurations.family_disks.config.system.build.toplevel"
|
||||||
|
|
||||||
[[targets]]
|
[[targets]]
|
||||||
name = "family_disks_update"
|
name = "family_disks_update"
|
||||||
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
|
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
|
||||||
branch = "family_disks"
|
branch = "nix"
|
||||||
path = "nix/configuration"
|
path = "nix/configuration"
|
||||||
attr = "nixosConfigurations.family_disks.config.system.build.toplevel"
|
attr = "nixosConfigurations.family_disks.config.system.build.toplevel"
|
||||||
update = true
|
update = true
|
||||||
|
|||||||
Reference in New Issue
Block a user