all repos — nixfiles @ f927eec185d78a1ed314e9ccad0fee491a81c2ee

System and user configuration, managed by nix and home-manager

try lix

Alan Pearce
commit

f927eec185d78a1ed314e9ccad0fee491a81c2ee

parent

ae7fb42d63ab0eef7a785d28105773152bcbd1b1

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -4,6 +4,7 @@ , lib
, ... }: { nix = { + package = pkgs.lix; settings = { cores = lib.mkDefault 0; use-xdg-base-directories = true;
@@ -14,12 +15,14 @@ substituters = [
"https://nix-community.cachix.org" "https://binarycache.alanpearce.eu" "https://deploy-rs.cachix.org" + "https://cache.lix.systems" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI=" "binarycache.alanpearce.eu:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4=" + "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ]; };