From 726eff80f131e81e56faf4b6273ffe74e862e7ab Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 10 Apr 2021 23:30:09 +0200 Subject: 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 --- users/glittershark/system/system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') diff --git a/users/glittershark/system/system/default.nix b/users/glittershark/system/system/default.nix index 78cab61a01..6592eddc08 100644 --- a/users/glittershark/system/system/default.nix +++ b/users/glittershark/system/system/default.nix @@ -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; -- cgit 1.4.1