nixpkgs/config.nix: fmt
This commit is contained in:
parent
ef8db72aa5
commit
f243609f9e
@ -1,5 +1,6 @@
|
||||
{
|
||||
pkgs = import <personal> { };
|
||||
# pkgs = import <personal> {};
|
||||
pkgs = import <nixpkgs> {};
|
||||
|
||||
# https://nixos.org/manual/nixpkgs/stable/#sec-declarative-package-management
|
||||
# https://github.com/g-w1/nix-configs/blob/main/home.nix
|
||||
@ -30,13 +31,13 @@
|
||||
|
||||
nerdfonts
|
||||
];
|
||||
pathsToLink = [ "/share" "/bin" "/etc" ];
|
||||
pathsToLink = ["/share" "/bin" "/etc"];
|
||||
};
|
||||
};
|
||||
|
||||
nix.distributedBuilds = true;
|
||||
# useful when the builder has a faster internet connection than yours
|
||||
nix.extraOptions = ''
|
||||
builders-use-substitutes = true
|
||||
'';
|
||||
nix.distributedBuilds = true;
|
||||
# useful when the builder has a faster internet connection than yours
|
||||
nix.extraOptions = ''
|
||||
builders-use-substitutes = true
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user