Revert "switch to production build"

This reverts commit 2fe4fb2a25.
This commit is contained in:
陈浩南 2024-02-03 20:45:25 +08:00
parent 3a60acebb5
commit 6967ab4839

View File

@ -144,6 +144,6 @@
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib;
overlays.default = final: prev:
{ localPackages = (import ./local/pkgs { inherit (inputs) lib; pkgs = final; }); };
config.production = true;
config.production = false;
};
}