mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
awesome-cli: init at 0.7.2
This commit is contained in:
parent
908e0caf50
commit
877622db77
20
pkgs/awesome-cli/default.nix
Normal file
20
pkgs/awesome-cli/default.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{ stdenv, lib, fetchFromGitHub, buildGoModule }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "awesome-cli";
|
||||
version = "0.7.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "umutphp";
|
||||
repo = "awesome-cli";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-gZNJVeFRGSDFHFjJ4KSSugsa6rR8YDMujg6PlRm2d7Q=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-bqvcmIWy2fLpItE71LhGwuRK2+KPxNqMZalrFSCCSN0=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Fancy terminal interface for navigating awesome lists";
|
||||
homepage = "https://github.com/umutphp/awesome-cli";
|
||||
};
|
||||
}
|
@ -8,6 +8,7 @@ let
|
||||
in {
|
||||
artem = callPackage ./artem.nix { };
|
||||
auto-editor = callPackage ./auto-editor.nix { };
|
||||
awesome-cli = callPackage ./awesome-cli { };
|
||||
blueprint-compiler = callPackage ./blueprint-compiler.nix { };
|
||||
butler = callPackage ./butler.nix { };
|
||||
cursedgl = callPackage ./cursedgl { };
|
||||
|
Loading…
Reference in New Issue
Block a user