Should've nixdirfmt'd.

This commit is contained in:
kat witch 2021-02-25 06:53:30 +00:00
parent c35d6120f0
commit 5eae460c8a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -12,10 +12,10 @@ in {
nixpkgs.config = { allowUnfree = true; }; nixpkgs.config = { allowUnfree = true; };
nix = { nix = {
nixPath = [ nixPath = [
"nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos" "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos"
"nixpkgs-unstable=${sources.nixpkgs-unstable}" "nixpkgs-unstable=${sources.nixpkgs-unstable}"
"nixpkgs-mozilla=${sources.nixpkgs-mozilla}" "nixpkgs-mozilla=${sources.nixpkgs-mozilla}"
"arc=${sources.arc-nixexprs}" "arc=${sources.arc-nixexprs}"
]; ];
gc.automatic = lib.mkDefault true; gc.automatic = lib.mkDefault true;
gc.options = lib.mkDefault "--delete-older-than 1w"; gc.options = lib.mkDefault "--delete-older-than 1w";