Skip to content

Conversation

niksingh710
Copy link

This commit fixes the log warning that nix gives.

warning: Performing inefficient double copy of path
'«github:omerxx/tmux-sessionx/42c18389e73b80381d054dd1005b8c9a66942248?narHash=sha256-SRKI4mliMSMp/Yd%2BoSn48ArbbRA%2Bszaj70BQeTd8NhM%3D»/nix/store/kd1z9c9x1h3yi8r12qj2a5jq45yalwfi-source'
to the store. This can typically be avoided by rewriting an attribute
like `src = ./.` to `src = builtins.path { path = ./.; name = "source";
}`.

This commit fixes the log warning that nix gives.

```log
warning: Performing inefficient double copy of path
'«github:omerxx/tmux-sessionx/42c18389e73b80381d054dd1005b8c9a66942248?narHash=sha256-SRKI4mliMSMp/Yd%2BoSn48ArbbRA%2Bszaj70BQeTd8NhM%3D»/nix/store/kd1z9c9x1h3yi8r12qj2a5jq45yalwfi-source'
to the store. This can typically be avoided by rewriting an attribute
like `src = ./.` to `src = builtins.path { path = ./.; name = "source";
}`.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant