flake.lock: update

This commit is contained in:
2026-09-05 20:18:35 +08:00
parent 786d8f9ee3
commit 925aac68ef
2 changed files with 57 additions and 52 deletions
+5 -1
View File
@@ -63,7 +63,11 @@ in
};
nix.settings = {
experimental-features = "nix-command flakes pipe-operators";
experimental-features = [
"nix-command"
"flakes"
"pipe-operators"
];
substituters = lib.mkForce [
"http://127.0.0.1:${toString (config.services.selector4nix.settings.server.port or 5496)}"
"https://cache.nixos.org"