mirror of
https://gitlab.com/TECHNOFAB/nixible.git
synced 2025-12-12 02:00:15 +01:00
7 lines
89 B
Nix
7 lines
89 B
Nix
|
|
{
|
||
|
|
outputs = {...}: {
|
||
|
|
lib = import ./.;
|
||
|
|
flakeModule = ./flakeModule.nix;
|
||
|
|
};
|
||
|
|
}
|