yarn-plugin-nixify icon indicating copy to clipboard operation
yarn-plugin-nixify copied to clipboard

Yarn v3/v4 plugin to help with Nix packaging

Results 15 yarn-plugin-nixify issues
Sort by recently updated
recently updated
newest added

Hi, I recently tried to migrate the [VS Code extension build of Nickel to use yarn-plugin-nixify](https://github.com/tweag/nickel/pull/944). As you can see, the build succeeds for Linux but fails for Darwin OSes....

Maybe I just misunderstand how to use the resulting `yarn-project.nix`, but from what I see it only generates a single derivation for the root package.json, instead of one derivation per...

Before, I'm just want to say thanks to you @stephank (to make this plugins). I meet this problem, when use Nextjs 13 that's have optionalDependencies field in `@next/env` packages. I...

I need to set an environment variable (npm auth token) required to fetch dependencies of my project. Is there a way for me to add to `buildVars` [here](https://github.com/stephank/yarn-plugin-nixify/blob/main/src/tmpl/yarn-project.nix.in#L30) to accomplish...

First off, thanks for the awesome project @stephank! I'd like to propose an option to make the output of this tool slightly more easy maintain. Looking at the generated `yarn-project.nix`,...

Reported in #47, it appears there's no way to find the current version of the plugin.

Hello, I have a few small yarn projects, and I use the latest yarn features, like zero install. This is the main difference between yarn 1 and yarn 2/3 other...

While trying to package https://backstage.io/ I ran into a lot of issues related to dependencies that fail to build, most importantly `ssh2` requires `/usr/bin/env`. The package itself isn't really needed...

How can I use this with a nix flake?

In my case populating the cache using `fetch-one` is painfully slow. ~6,000 dependencies, each takes ~0.3 ms to build with yarn, but ~2-4 seconds each spinning up build areas. I...