diff options
author | William Carroll <wpcarro@gmail.com> | 2022-05-10T04·08-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-10T11·47+0000 |
commit | fe78a53bc9368cd629c548e53cc65d2c2b7c6952 (patch) | |
tree | 8212f2f6788d6491b6de29933531a69affd332b5 /tools | |
parent | 2cf6acc16038730eb933c9a06d13522ba0ad1c1b (diff) |
fix(tool/depot-deps): rebuildSystem -> rebuild-system r/4038
The camelCase variant of `rebuild-system` doesn't exist, but the kebab-case version does. Side note: this `lazy-dispatch` upgrade is pretty cool. TIL `direnv` supports `watch_file` and `PATH_add`. Change-Id: Idc9109a9b0de327ddf7b9c6a4368b7bebb551196 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5565 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depot-deps.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depot-deps.nix b/tools/depot-deps.nix index 180ffbd99f94..eabd6484c367 100644 --- a/tools/depot-deps.nix +++ b/tools/depot-deps.nix @@ -12,7 +12,7 @@ depot.nix.lazy-deps { mg.attr = "tools.magrathea"; nint.attr = "nix.nint"; niv.attr = "third_party.nixpkgs.niv"; - rebuild-system.attr = "ops.nixos.rebuildSystem"; + rebuild-system.attr = "ops.nixos.rebuild-system"; rink.attr = "third_party.nixpkgs.rink"; tf-glesys = { |