mirror of
https://github.com/NiklasGollenstede/nixos-installer.git
synced 2024-11-24 00:43:15 +01:00
add default config
This commit is contained in:
commit
5e9cc7ce34
5
example/defaultConfig/flake.nix
Normal file
5
example/defaultConfig/flake.nix
Normal file
@ -0,0 +1,5 @@
|
||||
# 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.
|
||||
}; }
|
Loading…
Reference in New Issue
Block a user