diff options
-rw-r--r-- | ops/machines/sanduny/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix index 109e6e693d96..5f30e08a75f3 100644 --- a/ops/machines/sanduny/default.nix +++ b/ops/machines/sanduny/default.nix @@ -10,7 +10,7 @@ _: # ignore readTree options { config, depot, lib, pkgs, ... }: let - mod = name: depot.path + ("/ops/modules/" + name); + mod = name: depot.path.origSrc + ("/ops/modules/" + name); in { imports = [ |