tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pyprland: add update script
John Titor
2 years ago
0d2a613a
5e8ff032
+3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
py
pyprland
package.nix
+3
pkgs/by-name/py/pyprland/package.nix
···
2
2
lib,
3
3
fetchFromGitHub,
4
4
python3Packages,
5
5
+
nix-update-script,
5
6
}:
6
7
7
8
python3Packages.buildPythonApplication rec {
···
56
57
"pyprland.plugins.toggle_special"
57
58
"pyprland.plugins.workspaces_follow_focus"
58
59
];
60
60
+
61
61
+
passthru.updateScript = nix-update-script {};
59
62
60
63
meta = {
61
64
mainProgram = "pypr";