flake.nix: fix typo

This commit is contained in:
Mihai Fufezan 2024-04-20 14:26:34 +03:00
parent ff38e27d86
commit f58a3f56e8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
]);
in {
overlays = {
default = self.overlays.hpyrwayland-scanner;
default = self.overlays.hyprwayland-scanner;
hyprwayland-scanner = final: prev: {
hyprwayland-scanner = final.callPackage ./nix/default.nix {
stdenv = final.gcc13Stdenv;