mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Show Determinate Nix version number
`nix --version` will now show `nix (Determinate Nix 1.0) 2.24.10`.
This commit is contained in:
parent
c1c38bb2b7
commit
707cbad5f8
7 changed files with 13 additions and 4 deletions
|
@ -158,6 +158,7 @@ in {
|
|||
fileset = fileset.intersection baseFiles (fileset.unions ([
|
||||
# For configure
|
||||
./.version
|
||||
./.version-determinate
|
||||
./configure.ac
|
||||
./m4
|
||||
# TODO: do we really need README.md? It doesn't seem used in the build.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue