Skip to content

Commit

Permalink
genpolicy: build static
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jan 22, 2024
1 parent a5558f3 commit 2038b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ rec {
};

genpolicy = genpolicy-msft;
genpolicy-msft = callPackage ./genpolicy_msft.nix { };
genpolicy-kata = callPackage ./genpolicy_kata.nix { };
genpolicy-msft = pkgsStatic.callPackage ./genpolicy_msft.nix { };
genpolicy-kata = pkgsStatic.callPackage ./genpolicy_kata.nix { };

govulncheck = writeShellApplication {
name = "govulncheck";
Expand Down

0 comments on commit 2038b6b

Please sign in to comment.