yarn-plugin-nixify
yarn-plugin-nixify copied to clipboard
Yarn v3/v4 plugin to help with Nix packaging
Currently, it seems, all node deps are bundled together with application source in a single package. This leads to wasted disk space and network bandwidth when only application code changes....
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. Release notes Sourced from actions/setup-node's releases. v4.0.3 What's Changed Bug fixes: Fix macos latest check failures by @HarithaVattikuti in actions/setup-node#1041 Documentation changes: Documentation update...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 30. This release includes the previously tagged commit. Release notes Sourced from cachix/install-nix-action's releases. v30 Nix: 2.24.7 -> 2.24.9, fixing GHSA-6fjr-mq49-mm2c Commits 08dcb3a Merge pull...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.4. Release notes Sourced from actions/setup-node's releases. v4.0.4 What's Changed Add workflow file for publishing releases to immutable action package by @Jcambass in actions/setup-node#1125 Enhance...
Currently, this plugin is unsuitable for multi-platform development, because the contents of the Yarn cache will be different on different platforms. Part of this is related to conditionals (https://github.com/stephank/yarn-plugin-nixify/issues/52) but...