Unverified Commit 81ef7931 authored by Austin Horstman's avatar Austin Horstman
Browse files

hyprlandPlugins: use hyprlands stdenv

parent 54809e5f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,13 +2,12 @@
  lib,
  callPackage,
  pkg-config,
  gcc14Stdenv,
}:
let
  mkHyprlandPlugin =
    hyprland:
    args@{ pluginName, ... }:
    gcc14Stdenv.mkDerivation (
    hyprland.stdenv.mkDerivation (
      args
      // {
        pname = "${pluginName}";