mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -06:00
try just disabling the checks
This commit is contained in:
parent
80825e833f
commit
8c623e74e2
1 changed files with 14 additions and 0 deletions
14
overlays/lix/default.nix
Normal file
14
overlays/lix/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{ ... }:
|
||||||
|
final: prev: {
|
||||||
|
lix =
|
||||||
|
(prev.lix.override {
|
||||||
|
aws-sdk-cpp = null;
|
||||||
|
}).overrideAttrs
|
||||||
|
(attrs: {
|
||||||
|
version = "${attrs.version}-oizys";
|
||||||
|
|
||||||
|
# probs a mistake ¯\_(ツ)_/¯
|
||||||
|
# surely they wouldn't push a broken CL....surely
|
||||||
|
doCheck = false;
|
||||||
|
});
|
||||||
|
}
|
Loading…
Reference in a new issue