diff --git a/flake.nix b/flake.nix index e5b6a103..e2049636 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ ]; imports = [ - (import "${git-hooks}/flake-module.nix") + "${git-hooks}/flake-module.nix" inputs.nixops4.modules.flake.default ./deployment/flake-part.nix diff --git a/infra/common/resource.nix b/infra/common/resource.nix index 46f0834d..a321ec62 100644 --- a/infra/common/resource.nix +++ b/infra/common/resource.nix @@ -36,8 +36,8 @@ in ## should go into the `./nixos` subdirectory. nixos.module = { imports = [ - (import "${agenix}/modules/age.nix") - (import "${disko}/module.nix") + "${agenix}/modules/age.nix" + "${disko}/module.nix" ./options.nix ./nixos ];