refactor(grfn): Prepare for restricted-eval

Change-Id: I672ad0898b2ef6a11f8bc9233da0ded4a296fe0e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5686
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Vincent Ambo 2022-05-26 14:44:11 +02:00 committed by tazjin
parent 7a0a4224a5
commit 5d9d03057c
6 changed files with 17 additions and 8 deletions

View file

@ -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
];