# Place this shim into /etc/nixos/flake.nix # # That way nixos-rebuild will use the upstream repo by default, # without needing to clone it into /etc/nixos as root. { inputs.nixconf.url = "nixconf"; outputs = inputs: inputs.nixconf; }