We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An improvement over #2: update/generate the lock file when needed. For example, if we do
nix build --flake ~/my-project
and ~/my-project/flake.lock does not exist or is outdated, it should be generated automatically.
~/my-project/flake.lock
This should be supported even in pure mode, since the lock file generation happens before evaluation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An improvement over #2: update/generate the lock file when needed. For example, if we do
and
~/my-project/flake.lock
does not exist or is outdated, it should be generated automatically.This should be supported even in pure mode, since the lock file generation happens before evaluation.
The text was updated successfully, but these errors were encountered: