bundler: update default bundler to support new bundler API

This commit is contained in:
Tom Bereknyei 2022-03-30 16:10:42 -04:00
parent 03be091e0a
commit d77823b502

View file

@ -9,7 +9,7 @@ using namespace nix;
struct CmdBundle : InstallableCommand
{
std::string bundler = "github:matthewbauer/nix-bundle";
std::string bundler = "github:NixOS/bundlers";
std::optional<Path> outLink;
CmdBundle()