mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
pyprland: add update script
This commit is contained in:
parent
5e8ff032e8
commit
0d2a613af7
@ -2,6 +2,7 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
@ -57,6 +58,8 @@ python3Packages.buildPythonApplication rec {
|
||||
"pyprland.plugins.workspaces_follow_focus"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script {};
|
||||
|
||||
meta = {
|
||||
mainProgram = "pypr";
|
||||
description = "An hyperland plugin system";
|
||||
|
Loading…
Reference in New Issue
Block a user