We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0524fcd commit 42695eaCopy full SHA for 42695ea
.flake8
.github/workflows/pr_reviewdog.yaml
default.nix
@@ -16,6 +16,10 @@
16
stackable-secret-operator = attrs: {
17
buildInputs = [ pkgs.protobuf pkgs.rustfmt ];
18
};
19
+ stackable-opa-user-info-fetcher = attrs: {
20
+ # TODO: why is this not pulled in via libgssapi-sys?
21
+ buildInputs = [ pkgs.krb5 ];
22
+ };
23
krb5-sys = attrs: {
24
nativeBuildInputs = [ pkgs.pkg-config ];
25
buildInputs = [ pkgs.krb5 ];
0 commit comments