mirror of
https://github.com/NiklasGollenstede/nixos-installer.git
synced 2025-02-18 02:31:04 +01:00
6 lines
280 B
Nix
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.
|
||
|
}; }
|