From d36cd0e580fed99d34cc5d2d6f536b8d5fe6c8b0 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 2 Aug 2024 23:53:53 +0200 Subject: add the custom modules to the flake-helper --- nix/lib/flake-helper.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/lib/flake-helper.nix b/nix/lib/flake-helper.nix index 99522c0..37e7b1f 100644 --- a/nix/lib/flake-helper.nix +++ b/nix/lib/flake-helper.nix @@ -36,6 +36,8 @@ rec { modules = modules ++ [ + self.nixosModules.emile + # a module so that we can access the flake output from inside the # flake (yes, I need this for fetching the system type while building the hosts for deploy-rs) { config._module.args = { flake = self; }; } -- cgit 1.4.1