mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
pkgs: Don't run bonnie tests
This commit is contained in:
parent
8721b3d6e7
commit
d98361d222
1 changed files with 7 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ lib
|
||||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "bonnie";
|
||||
version = "0.3.2";
|
||||
|
|
@ -17,11 +17,13 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
cargoHash = "sha256-fdkw2QB4n2kbuQtvQ0IagGxEvlnurExTW4UKdwSx93M=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple, cross-platform, and fast command aliases with superpowers";
|
||||
homepage = "https://github.com/arctic-hen7/bonnie";
|
||||
changelog = "https://github.com/arctic-hen7/bonnie/blob/${src.rev}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue