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

Nix 2.19 compatibility: remove leading dot from local file pnp.loader.mjs #18

Closed
wants to merge 1 commit into from

Conversation

niklaskorz
Copy link

@niklaskorz niklaskorz commented Jan 26, 2024

Fixes #17

Starting with Nix 2.19 (released November 2023), leading dots are not allowed in store paths anymore. While @edef1c stated in her PR that "it's unlikely anyone is relying on the current lax behaviour", I guess it has been overlooked that this also makes it impossible to use the path syntax with dotfiles (here: ${./.pnp.loader.mjs}).

@niklaskorz niklaskorz changed the title Nix 2.19 compatbility: remove leading dot from local file pnp.loader.mjs Nix 2.19 compatibility: remove leading dot from local file pnp.loader.mjs Jan 26, 2024
@zarybnicky
Copy link

This seems not to be necessary anymore: NixOS/nix#9867

@niklaskorz niklaskorz closed this Jul 2, 2024
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.

Incompatible with Nix 2.19
2 participants