about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2024-03-24T15·23-0400
committerclbot <clbot@tvl.fyi>2024-03-24T15·54+0000
commiteef4ac2c10aefc6b4942548155567cf0c6d3d2c4 (patch)
tree88575ed234de9882e508c7fdbebbb038a3de967a /users
parent278f56d95bad4567ad07b11bad7d21399b774e6d (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>
Diffstat (limited to 'users')
-rw-r--r--users/aspen/system/system/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/users/aspen/system/system/default.nix b/users/aspen/system/system/default.nix
index 98b0fcf18e..ec3a002051 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"