1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 07:22:43 +01:00

Mark official release

This commit is contained in:
Eelco Dolstra 2022-01-25 00:13:54 +01:00
parent de13b44573
commit daa14b8910
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@
then ""
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" ];
linuxSystems = linux64BitSystems ++ [ "i686-linux" ];