4 lines
70 B
Nix
4 lines
70 B
Nix
inputs: _final: prev: let
|
|
inherit (prev) callPackage system;
|
|
in {
|
|
}
|