This commit is contained in:
2025-10-29 12:23:08 +03:00
parent d03d18631d
commit dff3412be4
+1 -1
View File
@@ -122,7 +122,7 @@
}; };
}; };
# This is highly advised, and will prevent many possible mistakes # This is highly advised, and will prevent many possible mistakes
checks = builtins.mapAttrs (system: deployLib: inputs.deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib;
} }
// (import ./home flakeContext) // (import ./home flakeContext)
// (import ./configurations flakeContext) // (import ./configurations flakeContext)