Set up homes and systems to use cache
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1m11s
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1m11s
This commit is contained in:
@@ -47,9 +47,11 @@ in
|
||||
|
||||
nix = {
|
||||
package = mkIf (!(versionAtLeast config.home.stateVersion "22.11")) pkgs.nix;
|
||||
settings = {
|
||||
settings = with lib.my.c.nix; {
|
||||
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
|
||||
max-jobs = mkDefault "auto";
|
||||
extra-substituters = cache.substituters;
|
||||
extra-trusted-public-keys = cache.keys;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user