mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2025-12-12 14:20:06 +01:00
7 lines
91 B
Nix
7 lines
91 B
Nix
|
|
{
|
||
|
|
outputs = i: {
|
||
|
|
lib = import ./.;
|
||
|
|
devshellModule = ./devshellModule.nix;
|
||
|
|
};
|
||
|
|
}
|