disable prometheus checkPhase
This commit is contained in:
parent
d674c0490d
commit
c0ce6cd510
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
src = inputs.hydra;
|
||||
buildInputs = o.buildInputs ++ [ final.perlPackages.DBIxClassHelpers ];
|
||||
});
|
||||
prometheus = prev.prometheus.overrideAttrs (_: {
|
||||
doCheck = false;
|
||||
});
|
||||
sk-libfido2 = prev.openssh.overrideAttrs (o: {
|
||||
pname = "sk-libfido2";
|
||||
# rebase of https://github.com/openssh/openssh-portable/commit/ca0697a90e5720ba4d76cb0ae9d5572b5260a16c
|
||||
|
|
Loading…
Add table
Reference in a new issue