diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix index 109e6e693..5f30e08a7 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 = [