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
Describe the bug devenv init && devenv update output states that devenv input in lock file is outdated.
devenv init && devenv update
To reproduce
$ cd $(mktemp -d) && devenv init && devenv update • Creating devenv.nix • Creating devenv.yaml • Creating .envrc • Creating .gitignore • Updating devenv.lock ... warning: creating lock file '/devenv.lock' ✔ Updating devenv.lock in 2.1s. direnv: loading /tmp/tmp.gRmItoOHo6/.envrc direnv: loading https://raw.githubusercontent.com/cachix/devenv/95f329d49a8a5289d31e0982652f7058a189bfca/direnvrc (sha256-d+8cBpDfDBj41inrADaJt+bDWhOktwslgoP5YiGJ1v0=) direnv: using devenv direnv: .envrc changed, reloading • Using Cachix: devenv direnv: updated devenv shell cache ✨ devenv 1.0.5 is newer than devenv input in devenv.lock. Run `devenv update` to sync. hello from devenv git version 2.44.0 direnv: export [snip]
I have the below via home-manager:
programs.direnv.enable = true; programs.nix-direnv.enable = true;
The message is also printed if no update is issued.
I expect lock file to be up-to-date following an init or update.
init
update
Version
I'm not using devenv via flakes. devenv 1.0.5 (x86_64-linux).
devenv 1.0.5 (x86_64-linux)
The text was updated successfully, but these errors were encountered:
bump latest version in modules
41eec33
Fixes #1181.
Thanks!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
devenv init && devenv update
output states that devenv input in lock file is outdated.To reproduce
I have the below via home-manager:
The message is also printed if no update is issued.
I expect lock file to be up-to-date following an
init
orupdate
.Version
I'm not using devenv via flakes.
devenv 1.0.5 (x86_64-linux)
.The text was updated successfully, but these errors were encountered: