From 21e8b5300aaf29b173cd6bb4ea6c2b99306059d6 Mon Sep 17 00:00:00 2001 From: chn Date: Sat, 3 Feb 2024 20:49:59 +0800 Subject: [PATCH] switch to production --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d49dd162..124910f9 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 = false; + config.production = true; }; }