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