mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
Merge pull request #6339 from flox/bundler_default
bundler: update default bundler to support new bundler API
This commit is contained in:
commit
212623195c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ using namespace nix;
|
||||||
|
|
||||||
struct CmdBundle : InstallableCommand
|
struct CmdBundle : InstallableCommand
|
||||||
{
|
{
|
||||||
std::string bundler = "github:matthewbauer/nix-bundle";
|
std::string bundler = "github:NixOS/bundlers";
|
||||||
std::optional<Path> outLink;
|
std::optional<Path> outLink;
|
||||||
|
|
||||||
CmdBundle()
|
CmdBundle()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue