nixfmt
This commit is contained in:
parent
0b36532ed3
commit
3672286b57
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ in
|
||||||
cores = 0;
|
cores = 0;
|
||||||
#auto-optimise-store = true;
|
#auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
nix.optimise.automatic = true; # temporary workaround until Lix/ Nix bug is fixed https://github.com/nix-darwin/nix-darwin/blob/e95de00a471d07435e0527ff4db092c84998698e/modules/nix/default.nix#L817C39-L817C78
|
nix.optimise.automatic = true; # temporary workaround until Lix/ Nix bug is fixed https://github.com/nix-darwin/nix-darwin/blob/e95de00a471d07435e0527ff4db092c84998698e/modules/nix/default.nix#L817C39-L817C78
|
||||||
# TODO: manage access token with sops instead of manual deployment
|
# TODO: manage access token with sops instead of manual deployment
|
||||||
# permissions: needs to be readable by the user invoking nix and root (for nix daemon)
|
# permissions: needs to be readable by the user invoking nix and root (for nix daemon)
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ in
|
||||||
pythonTools = true;
|
pythonTools = true;
|
||||||
};
|
};
|
||||||
targets.darwin = {
|
targets.darwin = {
|
||||||
linkApps.enable = false; # spotlight ignores symlinks
|
linkApps.enable = false; # spotlight ignores symlinks
|
||||||
copyApps.enable = true;
|
copyApps.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue