nixconf/templates/shim/flake.nix
Bailey e3f18656e2 Adds installer image and /etc/nixos shim template
Installer image is named cmb, after the Cosmic Microwave Background
2024-02-08 19:59:24 -05:00

11 lines
281 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 = "git+https://codeberg.org/geekygays/srv-nixconf";
outputs = inputs: inputs.nixconf;
}