disable restic tests
This commit is contained in:
parent
2b151030de
commit
62d9f520d8
1 changed files with 4 additions and 0 deletions
|
@ -24,4 +24,8 @@ in {
|
|||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
});
|
||||
restic = prev.restic.overrideAttrs (_: {
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue