about summary refs log tree commit diff
path: root/pkgs/development/compilers/open-watcom
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2022-10-09 13:55:19 +0200
committerOPNA2608 <christoph.neidahl@gmail.com>2022-10-09 13:55:19 +0200
commit924372998beaa8f8964a15e925666871f25852dc (patch)
tree33891acc3ee40754e5ebafb2c77a072212ea6bd3 /pkgs/development/compilers/open-watcom
parentb31c42831f1b99544f81bc27f9da183d3276e9aa (diff)
open-watcom-v2-unwrapped: opt-out of nixpkgs-update
Diffstat (limited to 'pkgs/development/compilers/open-watcom')
-rw-r--r--pkgs/development/compilers/open-watcom/v2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/open-watcom/v2.nix b/pkgs/development/compilers/open-watcom/v2.nix
index 9ee2a21bd0f09..9d8a2367b9348 100644
--- a/pkgs/development/compilers/open-watcom/v2.nix
+++ b/pkgs/development/compilers/open-watcom/v2.nix
@@ -12,6 +12,7 @@
 
 stdenv.mkDerivation rec {
   pname = "${passthru.prettyName}-unwrapped";
+  # nixpkgs-update: no auto update
   version = "unstable-2022-10-03";
 
   src = fetchFromGitHub {