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