Update flake.nix, wrong overlay path

This commit is contained in:
Chris Toph 2024-09-04 00:31:43 -04:00
parent 9a28ac9e44
commit 6f45bb36cb

View file

@ -15,7 +15,7 @@
lib = nixpkgs.lib;
pkgs = import nixpkgs {
inherit system;
overlays = [ (import ./overlays) ];
overlays = [ (import ./nixos/overlays) ];
};
in {
nixosConfigurations = {