not really known
Go to file
Artturin ea1e72ad1d
Merge pull request #5 from NixOS/remove_compat
fix: remove compat with old bundler API
2024-10-16 21:52:26 +03: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 flake.lock: Update 2024-10-16 19:13:36 +03:00
flake.nix Use correct attr from nix-bundle 2024-10-16 19:15:30 +03:00
README.md Add unstable warning 2024-10-15 18:38:16 +03:00

UNSTABLE, Breaking changes may be done without warning.

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.