summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-10 19:02:50 -0500
committerseth <[email protected]>2024-02-10 19:02:50 -0500
commitf8d8753cd7cdf81e2a88abb4bcdf3739399eff5d (patch)
tree32c52b1fdeace483b83dc766d7a60bd7fe5ad1dc /flake.nix
parent72346489e9ea53eb7689f5d632e854411f165da8 (diff)
modules: flatten imports
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8c15ba6..decba44 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,7 +7,7 @@
};
outputs = inputs: let
- inherit ((import ./modules/flake).flake) flakeModules;
+ flakeModules = import ./modules/flake;
in
inputs.flake-parts.lib.mkFlake {inherit inputs;} {
imports = [