about summary refs log tree commit diff
path: root/users/aspen/system/system/iso.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/system/system/iso.nix')
-rw-r--r--users/aspen/system/system/iso.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/aspen/system/system/iso.nix b/users/aspen/system/system/iso.nix
index 398145f1cf..ef5d3ed78b 100644
--- a/users/aspen/system/system/iso.nix
+++ b/users/aspen/system/system/iso.nix
@@ -12,7 +12,7 @@ let
     networking.firewall.enable = false;
     networking.wireless.enable = lib.mkForce false;
 
-    # TODO(grfn): enabling this (in the minimal profile) fails the iso build,
+    # TODO(aspen): enabling this (in the minimal profile) fails the iso build,
     # since gtk+3 needs to be built which fails due to cairo without xlibs
     environment.noXlibs = false;
   };