nix-everything: Pass through a version attribute

The existence of this attribute is assumed by the Determinate
Installer packaging and maybe others.

(cherry picked from commit 06769eb2bf)
This commit is contained in:
Eelco Dolstra 2024-11-12 16:42:59 +01:00
parent 7bc52df684
commit 5ae53d4730

View File

@ -95,6 +95,8 @@
nix-functional-tests nix-functional-tests
]; ];
passthru = prevAttrs.passthru // { passthru = prevAttrs.passthru // {
inherit (nix-cli) version;
/** /**
These are the libraries that are part of the Nix project. They are used These are the libraries that are part of the Nix project. They are used
by the Nix CLI and other tools. by the Nix CLI and other tools.