mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
25be368726
Former-commit-id: 905cc9a885
9 lines
120 B
Nix
9 lines
120 B
Nix
{ lib, ... }: {
|
|
options = {
|
|
var = lib.mkOption {
|
|
type = lib.types.attrs;
|
|
default = { };
|
|
};
|
|
};
|
|
}
|