mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +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
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user