nixos-installer/example/defaultConfig/flake.nix
Niklas Gollenstede 5e9cc7ce34 add default config
2022-05-09 13:13:14 +02:00

6 lines
280 B
Nix

# The default »config« of <github:NiklasGollenstede/nix-wiplib>.
# (Not a convention-conformant flake, just a workaround to supply configuration to a flake as a flake input.)
{ outputs = { ... }: {
prefix = "wip"; # The prefix to define NixOS configuration options as.
}; }