about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-02-23 08:49:10 -0800
committerFranck Cuny <franck@fcuny.net>2024-03-04 08:36:45 -0800
commit0b7a643ec291d8bda1f91db3cc1e436d317e6e1e (patch)
treeb221fcf66319c87ff5173281e52e4b74ed1bba70 /flake.nix
parentchore: update flake (diff)
downloadworld-0b7a643ec291d8bda1f91db3cc1e436d317e6e1e.tar.gz
nix libraries and modules will be under `nix/`
Diffstat (limited to 'flake.nix')
-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
       ];
     };
 }