mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-05-04 16:49:28 +02:00
5 lines
74 B
Nix
5 lines
74 B
Nix
_: {
|
|
options = {};
|
|
|
|
config."example".example = "Hello dependency!";
|
|
}
|