From 265ca0b41a40a6297bd672244b3ff5b48e3c5e58 Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Fri, 10 Nov 2023 08:50:29 +0000 Subject: [PATCH] chore: Add context in comment for vulnix fork Signed-off-by: Brian McGee --- nix/packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/packages.nix b/nix/packages.nix index b2641f8..aef6206 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -12,6 +12,7 @@ # We use vulnix from 'https://github.com/henrirosten/vulnix' to get # vulnix support for runtime-only scan ('-C' command-line option) # which is currently not available in released version of vulnix. + # Pending https://github.com/nix-community/vulnix/pull/80 vulnix = (import inputs.vulnix) { inherit (inputs) nixpkgs; # required but not used as we provide pkgs inherit pkgs lib;