···18181919- The default PHP version has been updated to 8.3.
20202121+- The default Erlang OTP version has been updated to 27.
2222+2123- `nixos-rebuild-ng`, a full rewrite of `nixos-rebuild` in Python, is available for testing. You can enable it by setting [system.rebuild.enableNg](options.html#opt-system.rebuild.enableNg) in your configuration (this will replace the old `nixos-rebuild`), or by adding `nixos-rebuild-ng` to your `environment.systemPackages` (in this case, it will live side-by-side with `nixos-rebuild` as `nixos-rebuild-ng`). It is expected that the next major version of NixOS (25.11) will enable `system.rebuild.enableNg` by default.
2224- A `nixos-rebuild build-image` sub-command has been added.
2325
···2323 doCheck = false;
24242525 meta = {
2626- description = "Run the appripriate migrations for migrating the filesystem repository of Kubo (migrations not included)";
2626+ description = "Run the appropriate migrations for migrating the filesystem repository of Kubo (migrations not included)";
2727 homepage = "https://github.com/ipfs/fs-repo-migrations";
2828 license = lib.licenses.mit;
2929 platforms = lib.platforms.unix;
+1-1
pkgs/by-name/ku/kubo-migrator/package.nix
···2121 '';
22222323 meta = kubo-migrator-unwrapped.meta // {
2424- description = "Run the appripriate migrations for migrating the filesystem repository of Kubo";
2424+ description = "Run the appropriate migrations for migrating the filesystem repository of Kubo";
2525 };
2626}