Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packages: re-add static genpolicy builds
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
katexochen committed Feb 19, 2024
1 parent 02b4aa9 commit b1342f1
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
@@ -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 b1342f1

Please sign in to comment.