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