ChangedetectionIo : Add overlay to disable tests.
This commit is contained in:
parent
0c2b50495a
commit
4c1e9ac9e5
8
overlay/ChangedetectionIo.nix
Normal file
8
overlay/ChangedetectionIo.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }: {
|
||||||
|
# HACK: Remove sometime later.
|
||||||
|
nixpkgs.overlays = [ (final: prev: {
|
||||||
|
changedetection-io = prev.changedetection-io.overrideAttrs (old: {
|
||||||
|
doCheck = false;
|
||||||
|
});
|
||||||
|
})];
|
||||||
|
}
|
Loading…
Reference in a new issue