aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 321b657..ab53de9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,8 +45,8 @@
systems = [ "aarch64-darwin" "x86_64-linux" ];
imports = [
- ./flake/devshell.nix
- ./flake/hosts.nix
+ ./nix/flake/devshell.nix
+ ./nix/flake/hosts.nix
];
};
}