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:
parent
7a0a4224a5
commit
5d9d03057c
6 changed files with 17 additions and 8 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue