mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 14:22:29 +00:00
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:
parent
7bc52df684
commit
5ae53d4730
@ -95,6 +95,8 @@
|
||||
nix-functional-tests
|
||||
];
|
||||
passthru = prevAttrs.passthru // {
|
||||
inherit (nix-cli) version;
|
||||
|
||||
/**
|
||||
These are the libraries that are part of the Nix project. They are used
|
||||
by the Nix CLI and other tools.
|
||||
|
Loading…
Reference in New Issue
Block a user