not really known
Go to file
tomberek 00762a03a3
Merge pull request #13 from tennox/patch-1
Fix new issue link in Readme
2023-10-05 07:44:20 -07:00
report switch to runCommandLocal to speed up reports 2023-06-14 14:06:09 +02:00
COPYING docs 2022-02-04 08:51:03 -05:00
flake.lock add nix-bundle as default 2022-01-24 22:39:21 -05:00
flake.nix fix: protect drv if it cannot be converted to a string 2022-12-28 15:02:26 -05:00
README.md Fix new issue link in Readme 2023-03-12 23:48:16 +01:00

Nix Bundlers

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

How to contribute

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

Opening issues

What is required to submit a bundler?

Note: This section is a WIP

Each bundler is a function that generally takes a derivation and produces a derivation as an output.

Inspired by

License

Note: contributing implies licensing those contributions under the terms of COPYING, which is the MIT license.