From 48dfefe40da98012b6fbfc0eaf0933389095c1c5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 26 May 2022 14:49:33 +0200 Subject: refactor(sanduny): Prepare for restricted-eval Change-Id: I83a404dc7dbaf5ca53659d03df4e4de461a9d046 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5688 Tested-by: BuildkiteCI Reviewed-by: sterni Autosubmit: tazjin --- ops/machines/sanduny/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix index 109e6e693d..5f30e08a75 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 = [ -- cgit 1.4.1