mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +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:
parent
000d06d85b
commit
06769eb2bf
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue