You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This flag still exists in the nixFlakes from nixpkgs master, which is what users will use by default. The latest nix from nix master has changed the semantics of the update command to make the --recreate-lock-file obsolete.
There have been quite a number of useful changes to Nix in the last few months, including improved documentation, so what I was planning on doing very soon, was to set the system nix from the nix flake instead of from nixpkgs so that users can enjoy all the latest changes. Once that's done, this will be resolved.
Also if you update your flake, nix flake check will be failing for another day or so, because of a bug with aarch64 nixUnstable that results in it depending libcpuid, which doesn't evaluate for aarch64. The fix has been backported, but hydra hasn't gotten to it yet.
Expected Behavior
flk update
goes smoothlyCurrent Behavior
Possible Solution
remove all 2 occurrences of this CLI flag
Steps to Reproduce
flk update
to get nix to the latest revisionflk update
Context
Went to
flk update
this morning on https://github.com/lourkeur/config (based off 0.7) and it didn't work. This also affects trunk.Your Environment
NixOS 20.09 x86_64
The text was updated successfully, but these errors were encountered: