From 5d9d03057c51ae4364a3f776d92e4b4206fbc7c7 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 26 May 2022 14:44:11 +0200 Subject: refactor(grfn): Prepare for restricted-eval Change-Id: I672ad0898b2ef6a11f8bc9233da0ded4a296fe0e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5686 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: grfn --- users/grfn/terraform/nixosMachine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/grfn/terraform/nixosMachine.nix') diff --git a/users/grfn/terraform/nixosMachine.nix b/users/grfn/terraform/nixosMachine.nix index dfecbff60a3e..23cd83880420 100644 --- a/users/grfn/terraform/nixosMachine.nix +++ b/users/grfn/terraform/nixosMachine.nix @@ -15,7 +15,7 @@ let os = depot.ops.nixos.nixosFor ({ modulesPath, ... }: { imports = [ - "${pkgs.path}/nixos/modules/virtualisation/amazon-image.nix" + (pkgs.path + "/nixos/modules/virtualisation/amazon-image.nix") configuration ]; -- cgit 1.4.1