mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays] add prefer-remote-fetch overlay to reduce remote-build times and save bandwidth
This commit is contained in:
parent
390e3fb0ba
commit
21786db271
1 changed files with 3 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ in
|
|||
});
|
||||
};
|
||||
})
|
||||
|
||||
# https://ryantm.github.io/nixpkgs/functions/prefer-remote-fetch/#sec-prefer-remote-fetch
|
||||
(final: prev: prev.prefer-remote-fetch final prev)
|
||||
];
|
||||
aviallon.programs.allowUnfreeList = [
|
||||
"unrar" "ark"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue