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