nix: add passthru.nix-cli (#472743)
This commit is contained in:
@@ -182,6 +182,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
passthru = {
|
||||
inherit (nix-cli) version;
|
||||
inherit nix-cli;
|
||||
src = patchedSrc;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user