mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-12 01:50:05 +01:00
refactor: split up into another flake to make import easier
allows users to use the nixlet dir as flake input, this way not all of them have to be downloaded individually from GitLab's package registry
This commit is contained in:
parent
649955cc29
commit
a35b04034a
4 changed files with 142 additions and 9 deletions
10
flake.nix
10
flake.nix
|
|
@ -19,15 +19,7 @@
|
|||
];
|
||||
systems = import systems;
|
||||
flake = {
|
||||
# █▄ █ █ ▀▄▀ █ █▀▀ ▀█▀ █▀
|
||||
# █ ▀█ █ █ █ █▄▄ ██▄ █ ▄█
|
||||
nixlets = with nixlet-lib; {
|
||||
mosquitto = mkNixlet ./nixlets/mosquitto;
|
||||
attic = mkNixlet ./nixlets/attic;
|
||||
postgres = mkNixlet ./nixlets/postgres;
|
||||
tikv = mkNixlet ./nixlets/tikv;
|
||||
surrealdb = mkNixlet ./nixlets/surrealdb;
|
||||
};
|
||||
nixlets = import ./nixlets {inherit nixlet-lib;};
|
||||
};
|
||||
perSystem = {
|
||||
lib,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue