Merge pull request #6339 from flox/bundler_default

bundler: update default bundler to support new bundler API
This commit is contained in:
Eelco Dolstra 2022-03-31 10:10:11 +02:00 committed by GitHub
commit 212623195c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()