nemo-emblems: Disable nixpkgs-update

The tags are sometimes nemo-emblems-${version} and sometimes ${version},
in most cases I guess will just discover and do these updates manually.
This commit is contained in:
Bobby Rong
2024-11-08 21:36:30 +08:00
parent a54c7dcc8e
commit 39278a04ce
+1
View File
@@ -8,6 +8,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "nemo-emblems";
version = "6.2.1";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "linuxmint";
repo = "nemo-extensions";