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