cinny-{unwrapped,desktop}: disable nixpkgs-update

This commit is contained in:
Lu Wang
2026-02-23 22:48:38 +08:00
parent 3fb39426c2
commit b31c77de0e
2 changed files with 2 additions and 0 deletions
@@ -20,6 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
# We have to be using the same version as cinny-web or this isn't going to work.
version = "4.10.5";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "cinnyapp";
repo = "cinny-desktop";
@@ -17,6 +17,7 @@ buildNpmPackage rec {
# Remember to update cinny-desktop when bumping this version.
version = "4.10.5";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "cinnyapp";
repo = "cinny";