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