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