about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-02 23:53:53 +0200
committerEmile <git@emile.space>2024-08-02 23:53:53 +0200
commitd36cd0e580fed99d34cc5d2d6f536b8d5fe6c8b0 (patch)
treef61510ea63cf17b5fd65d9e0aa0f4448260f81b4
parentadc53c0c80f779e9f4d1dbcfc6f6ffb74970c756 (diff)
add the custom modules to the flake-helper
-rw-r--r--nix/lib/flake-helper.nix2
1 files changed, 2 insertions, 0 deletions
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; }; }