n2n: disable nixpkgs-update

prevent the bot from updating to a pre-release tag
This commit is contained in:
zowoq
2026-01-19 13:19:31 +10:00
parent ae2975e0e5
commit 0148471519
+1
View File
@@ -10,6 +10,7 @@
stdenv.mkDerivation rec {
pname = "n2n";
version = "3.0";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "ntop";