mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 11:19:35 +01:00
Set version
This commit is contained in:
parent
5a0c8c6712
commit
b58c51f8d6
2 changed files with 2 additions and 2 deletions
2
.version
2
.version
|
|
@ -1 +1 @@
|
||||||
2.4
|
2.4pre-rc1
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
then ""
|
then ""
|
||||||
else "pre${builtins.substring 0 8 (self.lastModifiedDate or self.lastModified or "19700101")}_${self.shortRev or "dirty"}";
|
else "pre${builtins.substring 0 8 (self.lastModifiedDate or self.lastModified or "19700101")}_${self.shortRev or "dirty"}";
|
||||||
|
|
||||||
officialRelease = false;
|
officialRelease = true;
|
||||||
|
|
||||||
linux64BitSystems = [ "x86_64-linux" "aarch64-linux" ];
|
linux64BitSystems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
linuxSystems = linux64BitSystems ++ [ "i686-linux" ];
|
linuxSystems = linux64BitSystems ++ [ "i686-linux" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue