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