diff options
Diffstat (limited to 'users/multi/whitby/depot.nix')
-rw-r--r-- | users/multi/whitby/depot.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/multi/whitby/depot.nix b/users/multi/whitby/depot.nix new file mode 100644 index 000000000000..c0bda4d98b0d --- /dev/null +++ b/users/multi/whitby/depot.nix @@ -0,0 +1,6 @@ +{ config ? throw "not a readTree target", ... }: + +let + depotPath = "/home/multi/depot"; +in + depotPath |