diff options
author | Tom Bereknyei <tomberek@gmail.com> | 2022-03-30 16:10:42 -0400 |
---|---|---|
committer | Tom Bereknyei <tomberek@gmail.com> | 2022-03-30 16:10:42 -0400 |
commit | d77823b502ebc358d33a7719375677fed92291c8 (patch) | |
tree | cd97521aa7fd487c4f7bb66daa6fbe78bb3254d5 | |
parent | 03be091e0acb97a6a0d65011ec9ac8d700ec9032 (diff) |
bundler: update default bundler to support new bundler API
-rw-r--r-- | src/nix/bundle.cc | 2 |
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() |