diff --git a/flake.nix b/flake.nix index 124910f9..d49dd162 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; }