From e8b91e2d1234fcfc99e2dc5b97d89483da8bf258 Mon Sep 17 00:00:00 2001 From: Chris Toph <36116606+TophC7@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:31:43 -0400 Subject: [PATCH] Update flake.nix, wrong overlay path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f258c3d..f73fab3 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ lib = nixpkgs.lib; pkgs = import nixpkgs { inherit system; - overlays = [ (import ./overlays) ]; + overlays = [ (import ./nixos/overlays) ]; }; in { nixosConfigurations = {