mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-28 00:26:15 +02:00
b6cc0a704d
While parsing a flakeref, upon not finding a flake.nix, search upwards until git or filesystem boundary.
414 B
414 B
Release 2.5 (2021-XX-XX)
-
Binary cache stores now have a setting
compression-level
. -
nix develop
now has a flag--unpack
to rununpackPhase
. -
Lists can now be compared lexicographically using the
<
operator. -
New built-in function:
builtins.groupBy
, with the same functionality as Nixpkgs'lib.groupBy
, but faster. -
Nix now searches for a flake.nix up until git or filesystem boundary.