nix: nix-racer -> selector4nix
Replace the vendored nix-racer Rust proxy with selector4nix as the local substituter proxy. Drop the nix-racer crate and its systemd service, add the selector4nix flake input, repoint nix.settings.substituters at its port, and load upstream nixos modules via an upstreamModules list in flake/hosts.nix.
This commit is contained in:
@@ -94,6 +94,11 @@
|
||||
inputs.noctalia-qs.inputs.systems.follows = "systems";
|
||||
inputs.noctalia-qs.inputs.treefmt-nix.follows = "treefmt";
|
||||
};
|
||||
selector4nix = {
|
||||
url = "github:StarryReverie/selector4nix";
|
||||
inputs.flake-parts.follows = "flake-parts";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
zen = {
|
||||
url = "github:0xc000022070/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
Reference in New Issue
Block a user