lix/doc/manual/src/release-notes/rl-next.md
tomberek dae4a8a6c8
Apply suggestions from code review
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
2022-06-15 09:02:36 -04:00

541 B

Release X.Y (202?-??-??)

  • Nix can now be built with LTO by passing --enable-lto to configure. LTO is currently only supported when building with GCC.

  • nix repl now takes installables on the command line, unifying the usage with other commands that use --file and --expr. Primary breaking change is for the common usage of nix repl '<nixpkgs>' which can be recovered with nix repl --file '<nixpkgs>' or nix repl --expr 'import <nixpkgs>{}'

    This is currently guarded by the 'repl-flake' experimental feature