Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 02:22
8fab51a

Fixed

  • npm installs (bunx, npx, npm install) failed on every nix-touching
    command: the nix eval expression embedded the extract.nix path as a bare
    Nix path literal, which cannot contain the @ that scoped-package install
    paths (node_modules/@kriswill/…) always carry — nor spaces. The path is
    now passed as a quoted Nix string.