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