mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
speki: disable check
This commit is contained in:
parent
c2e302395c
commit
5ac90482e3
@ -25,6 +25,10 @@ rustPlatform.buildRustPackage rec {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ openssl alsaLib ];
|
||||
|
||||
# Most of the tests require filesystem access with the home directory so
|
||||
# we'll have to disable them for now.
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/TBS1996/speki/";
|
||||
description = "Flashcard app on the terminal";
|
||||
|
Loading…
Reference in New Issue
Block a user