mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 06:19:11 +00:00
thokr: remove package
It is available on nixpkgs now.
This commit is contained in:
parent
c6129ea634
commit
cdc17c28ee
@ -62,7 +62,6 @@ let
|
||||
swh = callPackage ./software-heritage { python3Packages = python310Packages; };
|
||||
speki = callPackage ./speki { };
|
||||
tic-80 = callPackage ./tic-80 { };
|
||||
thokr = callPackage ./thokr.nix { };
|
||||
segno = callPackage ./segno.nix { };
|
||||
smile = callPackage ./smile { };
|
||||
vpaint = libsForQt5.callPackage ./vpaint.nix { };
|
||||
|
@ -1,21 +0,0 @@
|
||||
{ stdenv, lib, fetchFromGitHub, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "thokr";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "coloradocolby";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-OY7tSi9QoYXIQ+WvuuJ2akInEBsCNYHjwE1ailN3Pis=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-gEpmXyLmw6bX3enA3gNVtXNMlkQl6J/8AwJQSY0RtFw=";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/coloradocolby/thokr";
|
||||
description = "Sleek typing TUI written in Rust.";
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user