mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-28 16:46:16 +02:00
561 B
561 B
Release X.Y (202?-??-??)
-
Various nix commands can now read expressions from stdin with
--file -
. -
nix store make-content-addressable
has been renamed tonix store make-content-addressed
. -
New builtin function
builtins.fetchClosure
that copies a closure from a binary cache at evaluation time and rewrites it to content-addressed form (if it isn't already). Likebuiltins.storePath
, this allows importing pre-built store paths; the difference is that it doesn't require the user to configure binary caches and trusted public keys.