mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-11 17:40:07 +01:00
feat: add some nixlets
This commit is contained in:
parent
6d7653ff0c
commit
94cd725a82
17 changed files with 508 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
|||
# █░▀█ █ █░█ █▄▄ ██▄ ░█░ ▄█
|
||||
nixlets = {
|
||||
# <name> = utils.mkNixlet ./nixlets/<name>;
|
||||
mosquitto = utils.mkNixlet ./nixlets/mosquitto;
|
||||
attic = utils.mkNixlet ./nixlets/attic;
|
||||
postgres = utils.mkNixlet ./nixlets/postgres;
|
||||
};
|
||||
};
|
||||
perSystem = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue