mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 23:45:58 +01:00
flake: remove overlay warning
This commit is contained in:
parent
5d09bb647b
commit
0ea96e87c0
1 changed files with 0 additions and 2 deletions
|
@ -65,8 +65,6 @@
|
||||||
|
|
||||||
nixosModules.default = import ./nix/module.nix self;
|
nixosModules.default = import ./nix/module.nix self;
|
||||||
homeManagerModules.default = import ./nix/hm-module.nix self;
|
homeManagerModules.default = import ./nix/hm-module.nix self;
|
||||||
|
|
||||||
overlay = throw "Hyprland: .overlay output is deprecated, please use the .overlays.default output";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
|
Loading…
Reference in a new issue