mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Should've nixdirfmt'd.
This commit is contained in:
parent
c35d6120f0
commit
5eae460c8a
1 changed files with 5 additions and 5 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue