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:
Vincent Ambo 2021-04-10 23:30:09 +02:00 committed by tazjin
parent a5d8f5273c
commit 726eff80f1

View file

@ -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;