flake: remove overlay warning

This commit is contained in:
Mihai Fufezan 2022-09-03 01:55:28 +03:00
parent 5d09bb647b
commit 0ea96e87c0
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@
nixosModules.default = import ./nix/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 = {