forked from lix-project/lix
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 a new issue