mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-11 22:00:08 +01:00
6 lines
98 B
Nix
6 lines
98 B
Nix
{
|
|
inputs = {
|
|
nixtest-lib.url = "gitlab:TECHNOFAB/nixtest?dir=lib";
|
|
};
|
|
outputs = i: i;
|
|
}
|