Bundlers are a way to transform derivations. The most common and default usage is based on the original by matthewbauer. Each bundler is function over a value (usually a derivation) that produces another derivation.
$ nix bundle --bundler github:NixOS/bundlers nixpkgs#hello
Main purpose of this repository is to collect most common bundlers to make common use-cases easy. For this purpose the collection of bundlers is limited to provided an opinionated and curated list.
TODO: bundlers should be also discoverable on search.nixos.org
- Make sure you have a GitHub account
- Make sure there is no open issue on the topic
- Submit a new issue
Note: This section is a WIP
Each bundler is a function that generally takes a derivation and produces a derivation as an output.
Note: contributing implies licensing those contributions under the terms of COPYING, which is the MIT license.