mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Disable lix tests
This commit is contained in:
parent
86ad883d1f
commit
b1d85b15db
1 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
||||||
postPatch = (oldAttrs.postPatch or "") + ''
|
postPatch = (oldAttrs.postPatch or "") + ''
|
||||||
substituteInPlace src/libmain/shared.cc \
|
substituteInPlace src/libmain/shared.cc \
|
||||||
--replace-fail "(Lix, like Nix)" "but for lesbians"
|
--replace-fail "(Lix, like Nix)" "but for lesbians"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# WARNING: This greatly assumes that lix will never merge a CL that breaks
|
||||||
|
# the tests. But I choose to disable them anyway because the build time is faster
|
||||||
|
doCheck = false;
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue