diff options
author | Emile <git@emile.space> | 2024-08-02 23:53:53 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-08-02 23:53:53 +0200 |
commit | d36cd0e580fed99d34cc5d2d6f536b8d5fe6c8b0 (patch) | |
tree | f61510ea63cf17b5fd65d9e0aa0f4448260f81b4 /nix/lib/flake-helper.nix | |
parent | adc53c0c80f779e9f4d1dbcfc6f6ffb74970c756 (diff) |
add the custom modules to the flake-helper
Diffstat (limited to 'nix/lib/flake-helper.nix')
-rw-r--r-- | nix/lib/flake-helper.nix | 2 |
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; }; } |