From fe78a53bc9368cd629c548e53cc65d2c2b7c6952 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 9 May 2022 21:08:27 -0700 Subject: fix(tool/depot-deps): rebuildSystem -> rebuild-system 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 Reviewed-by: tazjin Autosubmit: wpcarro --- tools/depot-deps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/depot-deps.nix b/tools/depot-deps.nix index 180ffbd99f..eabd6484c3 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 = { -- cgit 1.4.1