From 0b7a643ec291d8bda1f91db3cc1e436d317e6e1e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 23 Feb 2024 08:49:10 -0800 Subject: nix libraries and modules will be under `nix/` --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') 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 ]; }; } -- cgit v1.2.3