taxi: Temporarily disable nixpkgs-update (#401963)

This commit is contained in:
Bobby Rong 2025-04-26 20:28:57 +08:00 committed by GitHub
commit e5a5b6e891
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,8 @@ stdenv.mkDerivation {
pname = "taxi";
version = "2.0.2-unstable-2024-12-26";
# Temporarily disable nixpkgs-update before we have a tagged release.
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "ellie-commons";
repo = "taxi";