Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit dc1c40b

Browse files
refactor: get rid of global nix flake registry
NixOS/nix#8953. I don't use it, and it causes unnecessary downloads.
1 parent a2c92dd commit dc1c40b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

droid/common.nix

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
extraOptions = ''
3434
experimental-features = nix-command flakes
35+
flake-registry = ""
3536
log-lines = 500
3637
show-trace = true
3738
'';

shared/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ in {
2828
settings = {
2929
auto-optimise-store = true;
3030
experimental-features = ["nix-command" "flakes"];
31+
flake-registry = "";
3132
log-lines = 500;
3233
show-trace = true;
3334
trusted-users = ["root" "@wheel"];

0 commit comments

Comments
 (0)