aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2022-03-30 16:10:42 -0400
committerTom Bereknyei <tomberek@gmail.com>2022-03-30 16:10:42 -0400
commitd77823b502ebc358d33a7719375677fed92291c8 (patch)
treecd97521aa7fd487c4f7bb66daa6fbe78bb3254d5 /src
parent03be091e0acb97a6a0d65011ec9ac8d700ec9032 (diff)
bundler: update default bundler to support new bundler API
Diffstat (limited to 'src')
-rw-r--r--src/nix/bundle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/bundle.cc b/src/nix/bundle.cc
index 7ed558dee..81fb8464a 100644
--- a/src/nix/bundle.cc
+++ b/src/nix/bundle.cc
@@ -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()