7 lines
104 B
Nix
7 lines
104 B
Nix
|
{ config ? throw "not a readTree target", ... }:
|
||
|
|
||
|
let
|
||
|
depotPath = "/home/multi/depot";
|
||
|
in
|
||
|
depotPath
|