diff options
author | Aspen Smith <root@gws.fyi> | 2024-03-24T15·23-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-24T15·54+0000 |
commit | eef4ac2c10aefc6b4942548155567cf0c6d3d2c4 (patch) | |
tree | 88575ed234de9882e508c7fdbebbb038a3de967a | |
parent | 278f56d95bad4567ad07b11bad7d21399b774e6d (diff) |
feat(aspen/system): Reenable iso build r/7770
Change-Id: I2959c201809ef0d77934992f809756a16108b96a Reviewed-on: https://cl.tvl.fyi/c/depot/+/11255 Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi> Autosubmit: aspen <root@gws.fyi>
-rw-r--r-- | users/aspen/system/system/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/users/aspen/system/system/default.nix b/users/aspen/system/system/default.nix index 98b0fcf18e3c..ec3a002051e8 100644 --- a/users/aspen/system/system/default.nix +++ b/users/aspen/system/system/default.nix @@ -30,10 +30,7 @@ rec { yerenSystem = (depot.ops.nixos.nixosFor yeren).system; - # TODO(grfn): reenable after - # https://github.com/NixOS/nixpkgs/pull/234883 has propagated - # through to our channel - # iso = import ./iso.nix args; + iso = import ./iso.nix args; meta.ci.targets = [ "mugwumpSystem" |