mirror of
https://github.com/NixOS/nix.git
synced 2024-11-24 15:52:30 +00: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:
parent
000d06d85b
commit
06769eb2bf
@ -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