fix(glittershark/system): Build yerenSystem in CI
This wasn't working because yerenSystem wasn't actually accessing the `system` attribute (like the other systems), which meant it was just an attribute set full of stuff. Change-Id: I0abe56f0a1f18e4e542cb458dfcdf81e8a0ddc01 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2923 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
a5d8f5273c
commit
726eff80f1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ rec {
|
|||
|
||||
yeren = import ./machines/yeren.nix;
|
||||
|
||||
yerenSystem = depot.ops.nixos.nixosFor yeren;
|
||||
yerenSystem = (depot.ops.nixos.nixosFor yeren).system;
|
||||
|
||||
iso = import ./iso.nix args;
|
||||
|
||||
|
|
Loading…
Reference in a new issue