|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
R""(
Create the lock file for the flake in the current directory:
Add missing inputs to the lock file for a flake in a different directory:
Note
When trying to refer to a flake in a subdirectory, write ./another instead of another. Otherwise Lix will try to look up the flake in the registry.
This command adds inputs to the lock file of a flake (flake.lock) so that it contains a lock for every flake input specified in flake.nix. Existing lock file entries are not updated.
If you want to update existing lock entries, use nix flake update
)""