switch to production

This commit is contained in:
2024-02-03 20:49:59 +08:00
parent 6967ab4839
commit 21e8b5300a

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 = false;
config.production = true;
};
}