add default config

This commit is contained in:
Niklas Gollenstede 2022-05-09 13:13:14 +02:00
commit 5e9cc7ce34

View 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.
}; }