mirror of
https://github.com/hyprwm/hyprwayland-scanner.git
synced 2024-11-22 18:05:58 +01:00
flake.nix: fix typo
This commit is contained in:
parent
ff38e27d86
commit
f58a3f56e8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
]);
|
]);
|
||||||
in {
|
in {
|
||||||
overlays = {
|
overlays = {
|
||||||
default = self.overlays.hpyrwayland-scanner;
|
default = self.overlays.hyprwayland-scanner;
|
||||||
hyprwayland-scanner = final: prev: {
|
hyprwayland-scanner = final: prev: {
|
||||||
hyprwayland-scanner = final.callPackage ./nix/default.nix {
|
hyprwayland-scanner = final.callPackage ./nix/default.nix {
|
||||||
stdenv = final.gcc13Stdenv;
|
stdenv = final.gcc13Stdenv;
|
||||||
|
|
Loading…
Reference in a new issue