Update flake.nix, wrong overlay path
This commit is contained in:
parent
9a28ac9e44
commit
6f45bb36cb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [ (import ./overlays) ];
|
overlays = [ (import ./nixos/overlays) ];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue