Skip to content

Conversation

@Jimmyscene
Copy link
Contributor

Small change, but determinate nix throws a warning every time this flake is built:

You can make Nix evaluate faster and copy fewer files by replacing ./. with the self flake input, or builtins.path { path = ./.; name = "source"; }

I doubt the change matters much for such a small(and useful!) library, but the warning is quite annoying

Small change, but determinate nix throws a warning every time this flake
is built:

You can make Nix evaluate faster and copy fewer files by replacing
`./.` with the `self` flake input, or `builtins.path { path = ./.; name
= "source"; }`

I doubt the change matters much for such a small(and useful!) library,
but the warning is quite annoying
Copy link
Owner

@GuillaumeDesforges GuillaumeDesforges left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks harmless 👍

@GuillaumeDesforges GuillaumeDesforges merged commit 248e2ea into GuillaumeDesforges:master Jul 12, 2025
2 checks passed
@GuillaumeDesforges
Copy link
Owner

Thank you for your contribution 🙂

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.

2 participants