nixconf/templates/shim/flake.nix
2024-02-18 22:30:10 -05:00

11 lines
241 B
Nix

# 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;
}