fix: fix building of hyprland plugin with flake (#33)

This commit is contained in:
Charlie Root 2024-10-27 17:19:24 +01:00 committed by GitHub
commit d8248f5a1a
Failed to generate hash of commit

View file

@ -25,6 +25,7 @@
in
stdenvNoCC.mkDerivation {
inherit name;
pname = name;
src = ./.;
inherit (hyprland) buildInputs;