pastel: enable on essential profile
[julm/julm-nix.git] / nixos / options.nix
index 283c025dc249c1b98ed8713e436f837e4768786b..4e682b3ad40687e02b9f5d27ea80890b7666758f 100644 (file)
@@ -13,8 +13,9 @@ with lib;
           SSH address to the target host's super-user.
         '';
       };
-      substituteOnDestination =
-        mkEnableOption "substitute-on-destination" // { default = true; };
+      substituteOnDestination = mkEnableOption "substitute-on-destination" // {
+        default = true;
+      };
     };
   };
 }