mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 08:42:30 +00:00
bundler: update default bundler to support new bundler API
This commit is contained in:
parent
03be091e0a
commit
d77823b502
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user