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
Ignoring examples/flake.lock causes direnv/devenv to break
Committing it would break downstream users because the relative reference to rules_ll via ../ is not reproducible across machines (for different users the absolute path to the directory is different).
Usually one would use git update-index --skip-worktree for this, but that doesn't work with devenv.
What a dilemma lmao.
For now I've sent #67, but that's hardly a satisfactory solution.
The text was updated successfully, but these errors were encountered:
Surely there is some workaround.
examples/flake.lock
causes direnv/devenv to break../
is not reproducible across machines (for different users the absolute path to the directory is different).git update-index --skip-worktree
for this, but that doesn't work with devenv.What a dilemma lmao.
For now I've sent #67, but that's hardly a satisfactory solution.
The text was updated successfully, but these errors were encountered: