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

Innefficient double copy #1537

Closed
knl opened this issue Oct 17, 2024 · 1 comment
Closed

Innefficient double copy #1537

knl opened this issue Oct 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@knl
Copy link

knl commented Oct 17, 2024

Describe the bug

In my devenv powered projects, more recent nix started issuing the following warnings:

warning: Performing inefficient double copy of path '«github:NixOS/nixpkgs/7881fbfd2e3ed1dfa315fca889b2cfd94be39337»/' to the store. This can typically be avoided by rewriting an attribute like `src = ./.` to `src = builtins.path { path = ./.; name = "source"; }`.

Version

devenv 1.2.0 (aarch64-darwin)
@knl knl added the bug Something isn't working label Oct 17, 2024
@domenkozar
Copy link
Member

Upgrade to 1.3.0

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

2 participants