diff --git a/flake.nix b/flake.nix index f3d82030..8a746963 100644 --- a/flake.nix +++ b/flake.nix @@ -83,7 +83,7 @@ nixosConfigurations = import ./flake/nixos.nix { inherit inputs localLib; }; overlays.default = final: prev: { localPackages = (import ./packages { inherit localLib; pkgs = final; topInputs = inputs; }); }; - config = { archive = false; branch = "production"; }; + config = { archive = true; branch = "production"; }; devShells.x86_64-linux = import ./flake/dev.nix { inherit inputs; }; src = import ./flake/src.nix { inherit inputs; }; };