This commit is contained in:
Tom Bereknyei 2022-02-04 08:51:30 -05:00
parent 2b1da3a1a5
commit ab901feb11

View File

@ -2,7 +2,6 @@
Bundlers are a way to transform derivations. The most common and default usage is based on the [original by matthewbauer](https://github.com/matthewbauer/nix-bundle). Each bundler is function over a value (usually a derivation) that produces another derivation.
```
```console
$ nix bundle --bundler github:NixOS/bundlers nixpkgs#hello
```