mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2026-03-22 22:59:28 +01:00
5 lines
49 B
Nix
5 lines
49 B
Nix
{
|
|
outputs = _i: {
|
|
lib = import ./.;
|
|
};
|
|
}
|