Skip to content

Update flake's derivation to use 'self' flake instead of ./. for src#21

Merged
GuillaumeDesforges merged 1 commit into
GuillaumeDesforges:masterfrom
Jimmyscene:master
Jul 12, 2025
Merged

Update flake's derivation to use 'self' flake instead of ./. for src#21
GuillaumeDesforges merged 1 commit into
GuillaumeDesforges:masterfrom
Jimmyscene:master

Conversation

@Jimmyscene

Copy link
Copy Markdown
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

@GuillaumeDesforges GuillaumeDesforges left a comment

Copy link
Copy Markdown
Owner

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
Copy Markdown
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