Add a build of nixbsd to nix_builder.

This commit is contained in:
Tom Alexander
2026-03-29 21:31:40 -04:00
parent ee4794859a
commit d62b3d8a62
2 changed files with 8 additions and 1 deletions

View File

@@ -177,3 +177,10 @@ output_directory = "/home/nixworker/persist/nix_builder"
attr = "nixosConfigurations.family_disks.config.system.build.toplevel"
update = true
update_branch = "nix_update"
[[targets]]
name = "nixbsd"
repo = "https://github.com/nixos-bsd/nixbsd.git"
revision = "828ff7a3c4ee91f548de65a963fca40eaedb171c"
path = "."
attr = "base.vmClosureInfo"