+1
doc/release-notes/rl-2511.section.md
+1
doc/release-notes/rl-2511.section.md
···this release sets the default march level to `la64v1.0`, covering the desktop and server processors of 3X5000and newer series. However, embedded chips without LSX (Loongson SIMD eXtension), such as 2K0300 SoC, are notsupported. `pkgsCross.loongarch64-linux-embedded` can be used to build software and systems for these platforms.+- The official Nix formatter `nixfmt` is now stable and available as `pkgs.nixfmt`, deprecating the temporary `pkgs.nixfmt-rfc-style` attribute. The classic `nixfmt` will stay available for some more time as `pkgs.nixfmt-classic`.
-1
pkgs/by-name/ni/nixfmt-rfc-style/date.txt
-1
pkgs/by-name/ni/nixfmt-rfc-style/date.txt
···
+3
-3
pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix
pkgs/by-name/ni/nixfmt/generated-package.nix
+3
-3
pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix
pkgs/by-name/ni/nixfmt/generated-package.nix
···-url = "https://github.com/nixos/nixfmt/archive/65af4b69133d19f534d97746c97c2d5b464f43b4.tar.gz";
-36
pkgs/by-name/ni/nixfmt-rfc-style/package.nix
-36
pkgs/by-name/ni/nixfmt-rfc-style/package.nix
···
-33
pkgs/by-name/ni/nixfmt-rfc-style/update.sh
-33
pkgs/by-name/ni/nixfmt-rfc-style/update.sh
···-new_version=$(curl --silent https://api.github.com/repos/nixos/nixfmt/git/refs/heads/master | jq '.object.sha' --raw-output)-new_date=$(curl --silent https://api.github.com/repos/nixos/nixfmt/git/commits/"$new_version" | jq '.committer.date' --raw-output)
+28
pkgs/by-name/ni/nixfmt/package.nix
+28
pkgs/by-name/ni/nixfmt/package.nix
···
+27
pkgs/by-name/ni/nixfmt/update.sh
+27
pkgs/by-name/ni/nixfmt/update.sh
···+release_tag=$(curl --silent https://api.github.com/repos/NixOS/nixfmt/releases/latest | jq '.tag_name' --raw-output)
+7
-1
pkgs/top-level/aliases.nix
+7
-1
pkgs/top-level/aliases.nix
···nixUnstable = throw "nixUnstable has been removed. For bleeding edge (Nix master, roughly weekly updated) use nixVersions.git, otherwise use nixVersions.latest."; # Converted to throw 2024-04-22-nixfmt = lib.warnOnInstantiate "nixfmt was renamed to nixfmt-classic. The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style" nixfmt-classic; # Added 2024-03-31# When the nixops_unstable alias is removed, nixops_unstable_minimal can be renamed to nixops_unstable.