mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-22 10:39:27 +01:00
5 lines
74 B
Nix
5 lines
74 B
Nix
_: {
|
|
options = {};
|
|
|
|
config."example".example = "Hello dependency!";
|
|
}
|