nix-bundle icon indicating copy to clipboard operation
nix-bundle copied to clipboard

Expose bundling functions from default.nix

Open takeda opened this issue 4 years ago • 0 comments

If one tries to create bundle directly from Nix expression it is much more convenient and cleaner to use these functions directly instead of going through the CLI command.

I currently do:

  nix-bundle = import (pkgs.nix-bundle + "/share/nix-bundle/default.nix") { nixpkgs = pkgs; };

But that feels hacky.

takeda avatar Apr 16 '21 17:04 takeda