diff options
-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" |