mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
bundler: update default bundler to support new bundler API
This commit is contained in:
parent
03be091e0a
commit
d77823b502
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue