From 0811be9ae097e66f26aeb3bf4f1e0f5a29c16e10 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Tue, 21 Mar 2023 23:58:26 +0000 Subject: [PATCH] nixos: fix path to import module --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4d27e0d..3a84360 100644 --- a/flake.nix +++ b/flake.nix @@ -39,8 +39,8 @@ # NixOS Modules nixosModules = { - quickpeepSearch = import ./modules/quickpeepSearch.nix self; - quickpeepRaker = import ./modules/quickpeepRaker.nix self; + quickpeepSearch = import ./nixos_modules/quickpeepSearch.nix self; + quickpeepRaker = import ./nixos_modules/quickpeepRaker.nix self; }; # `nix run`