Update hyprexpo input

This commit is contained in:
2026-05-22 06:16:34 -07:00
parent 72c9177f95
commit 2e523750e2
2 changed files with 9 additions and 10 deletions

6
nixos/flake.lock generated
View File

@@ -745,11 +745,11 @@
]
},
"locked": {
"lastModified": 1779454209,
"narHash": "sha256-n4yKGRu/vh7Y3ltmJsqDTe+D+KM3MyRQcZmTmu8Q8do=",
"lastModified": 1779455466,
"narHash": "sha256-SBGT6GVkmpX5XoAf+oiVZWlv9xaNSWZeQ33HNIlrz0k=",
"owner": "colonelpanic8",
"repo": "hyprexpo",
"rev": "1036964b11dac19d09069309e118f5e3196c1dc1",
"rev": "8bafe0dbc7c26a3269f7e0fa01e3fa3cf54a3161",
"type": "github"
},
"original": {

View File

@@ -127,10 +127,7 @@
./packages/hyprwobbly-safe-geometry-and-idle-timer.patch
];
});
hyprexpo = pkgs.callPackage "${inputs.hyprexpo}/default.nix" {
hyprland = baseHyprlandPackage;
hyprlandPlugins = hyprlandPluginsForBase;
};
hyprexpo = inputs.hyprexpo.packages.${system}.hyprexpo;
hyprwinview = hyprlandPluginsForBase.mkHyprlandPlugin {
pluginName = "hyprwinview";
version = "0.1.0";
@@ -166,9 +163,11 @@
nativeBuildInputs = [
pkgs.pkg-config
];
buildInputs = [
baseHyprlandPackage
] ++ baseHyprlandPackage.buildInputs;
buildInputs =
[
baseHyprlandPackage
]
++ baseHyprlandPackage.buildInputs;
dontStrip = true;