Skip to content

Commit

Permalink
packages: re-add static genpolicy builds
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Feb 20, 2024
1 parent 5c70fa5 commit 56b3d18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ let
self = lib.by-name pkgs' ./by-name // {
containers = callPackages ./containers.nix { pkgs = pkgs'; };
scripts = callPackages ./scripts.nix { pkgs = pkgs'; };
genpolicy-msft = pkgs.pkgsStatic.callPackage ./by-name/genpolicy-msft/package.nix { };
genpolicy-kata = pkgs.pkgsStatic.callPackage ./by-name/genpolicy-kata/package.nix { };
};
in
self

0 comments on commit 56b3d18

Please sign in to comment.