From 63f9b40a948a82379192e67ed983b53ec7f027a1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 6 Jun 2026 22:58:09 +0900 Subject: [PATCH] flake.nix: refer to module imports through `self` --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7e4d743..afb5887 100644 --- a/flake.nix +++ b/flake.nix @@ -267,8 +267,8 @@ ./hosts/common ./hosts/${name}/configuration.nix - ./modules/machineVars.nix - ./modules/socketActivation.nix + self.nixosModules.machineVars + self.nixosModules.socketActivation sops-nix.nixosModules.sops