mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2026-08-03 10:48:53 +02:00
5 lines
49 B
Nix
5 lines
49 B
Nix
{
|
|
outputs = _i: {
|
|
lib = import ./.;
|
|
};
|
|
}
|