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