Skip to content
New issue

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

We can't ignore example lockfile but also can't commit it #68

Open
aaronmondal opened this issue Apr 10, 2023 · 0 comments
Open

We can't ignore example lockfile but also can't commit it #68

aaronmondal opened this issue Apr 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aaronmondal
Copy link
Contributor

Surely there is some workaround.

  • 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.

@aaronmondal aaronmondal added the bug Something isn't working label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants