auto optimise store on macos
This commit is contained in:
parent
2fd8760eda
commit
d21325b307
2 changed files with 1 additions and 4 deletions
|
|
@ -6,6 +6,7 @@
|
|||
nix.package = pkgs.nixVersions.stable;
|
||||
nix.settings.cores = 0; # use all cores
|
||||
nix.settings.max-jobs = 10; # use all cores
|
||||
nix.settings.auto-optimise-store = true;
|
||||
nix.distributedBuilds = true;
|
||||
nix.nixPath = [{ nixpkgs = "${inputs.nixpkgs}"; }];
|
||||
nix.buildMachines = [{
|
||||
|
|
|
|||
|
|
@ -82,9 +82,7 @@ with lib.my;
|
|||
JAVA_HOME = "/Applications/Android Studio.app/Contents/jre/Contents/Home/";
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
terraform-ls
|
||||
mosh
|
||||
terraform
|
||||
|
||||
nodePackages.pyright
|
||||
nodejs
|
||||
|
|
@ -92,9 +90,7 @@ with lib.my;
|
|||
cmake
|
||||
|
||||
pandoc
|
||||
texlive.combined.scheme-full
|
||||
|
||||
google-cloud-sdk
|
||||
];
|
||||
|
||||
# home.activation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue