Skip to content

Commit 9b2ab09

Browse files
committed
system/nix: remove decomissioned builder, add repl-flake feature
repl-flake is required for nh
1 parent 31d8aca commit 9b2ab09

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

system/nix/builders.nix

Lines changed: 0 additions & 16 deletions
This file was deleted.

system/nix/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
...
77
}: {
88
imports = [
9-
./builders.nix
109
./nh.nix
1110
./nixpkgs.nix
1211
./substituters.nix
@@ -29,7 +28,7 @@
2928
settings = {
3029
auto-optimise-store = true;
3130
builders-use-substitutes = true;
32-
experimental-features = ["nix-command" "flakes"];
31+
experimental-features = ["nix-command" "flakes" "repl-flake"];
3332
flake-registry = "/etc/nix/registry.json";
3433

3534
# for direnv GC roots

0 commit comments

Comments
 (0)