Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2485dcfe0
|
@@ -61,6 +61,7 @@
|
|||||||
systemd.services."build-cache" =
|
systemd.services."build-cache" =
|
||||||
let
|
let
|
||||||
enabled_targets = [
|
enabled_targets = [
|
||||||
|
"wip"
|
||||||
"odo"
|
"odo"
|
||||||
"odo_update"
|
"odo_update"
|
||||||
"odowork"
|
"odowork"
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
output_directory = "/home/nixworker/persist/nix_builder"
|
output_directory = "/home/nixworker/persist/nix_builder"
|
||||||
|
|
||||||
|
[[targets]]
|
||||||
|
name = "wip"
|
||||||
|
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
|
||||||
|
branch = "wip"
|
||||||
|
path = "nix/configuration"
|
||||||
|
attr = "nixosConfigurations.odo.config.system.build.toplevel"
|
||||||
|
|
||||||
[[targets]]
|
[[targets]]
|
||||||
name = "odo"
|
name = "odo"
|
||||||
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
|
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
|
||||||
@@ -180,10 +187,10 @@ output_directory = "/home/nixworker/persist/nix_builder"
|
|||||||
|
|
||||||
[[targets]]
|
[[targets]]
|
||||||
name = "nixbsd"
|
name = "nixbsd"
|
||||||
repo = "https://github.com/nixos-bsd/nixbsd.git"
|
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
|
||||||
revision = "2b512eda58e6d77378bd20d6027802b158942e24"
|
branch = "nixbsd"
|
||||||
path = "."
|
path = "nix/nixbsd"
|
||||||
attr = "base.vmClosureInfo"
|
attr = "computer.vm"
|
||||||
|
|
||||||
[[targets]]
|
[[targets]]
|
||||||
name = "nix_builder_develop"
|
name = "nix_builder_develop"
|
||||||
|
|||||||
Reference in New Issue
Block a user