about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
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"