about summary refs log tree commit diff
diff options
context:
space:
mode:
authormulti <depot@in-addr.xyz>2020-09-20T22·04+0000
committermulti <depot@in-addr.xyz>2020-09-20T22·10+0000
commit10b14cba54ee92bdb185ef418f061b557f1bd206 (patch)
tree5078c6935d47c3a275c8a6b6028c42fce7454201
parentf43dfd4b8e20e51300ec44cc9555cdad612b95c6 (diff)
fix(users/multi): don't attempt to invoke a string as a function. r/1808
This fixes a typo in f43dfd4b8e20e51300ec44cc9555cdad612b95c6.

Change-Id: Ifc3050adc4c25a146a5d8c72e964d9aefb3bc580
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1994
Tested-by: BuildkiteCI
Reviewed-by: multi <depot@in-addr.xyz>
-rw-r--r--users/multi/whitby/home-manager.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/multi/whitby/home-manager.nix b/users/multi/whitby/home-manager.nix
index 8cd53ba5bc..da748cc25b 100644
--- a/users/multi/whitby/home-manager.nix
+++ b/users/multi/whitby/home-manager.nix
@@ -9,7 +9,7 @@ let
   depot = import <depot> {};
   pkgs = import <nixpkgs> {};
 
-  depotPath = depot.users.multi.whitby.depot {};
+  depotPath = depot.users.multi.whitby.depot;
 in
 
 {