mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
switch to production
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user