1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

nix-everything: Pass through a version attribute

The existence of this attribute is assumed by the Determinate
Installer packaging and maybe others.
This commit is contained in:
Eelco Dolstra 2024-11-12 16:42:59 +01:00
parent 000d06d85b
commit 06769eb2bf

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.