6 lines
50 B
Nix
6 lines
50 B
Nix
|
{ lib, inputs }:
|
||
|
|
||
|
final: prev: {
|
||
|
inherit lib;
|
||
|
}
|