Review jjui PR
This commit is contained in:
parent
b61685f677
commit
128bdc5004
3 changed files with 4 additions and 23 deletions
|
@ -2,15 +2,17 @@
|
|||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
jjuinixpkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.programs.git;
|
||||
jjuipkgs = import jjuinixpkgs { inherit (pkgs) system; };
|
||||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [
|
||||
(pkgs.callPackage ./jjui.nix { })
|
||||
jjuipkgs.jjui
|
||||
(pkgs.writeShellApplication {
|
||||
name = "git-sync";
|
||||
text = (
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
{ buildGoModule, fetchFromGitHub }:
|
||||
buildGoModule {
|
||||
pname = "jjui";
|
||||
version = "2024-11-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GeoffreyFrogeye";
|
||||
repo = "jjui";
|
||||
rev = "push-sszqvsmvqxmy"; # base16 colors
|
||||
sha256 = "sha256-jNi5Ek3Qy/MojlQXBNlqREy7UxnyMaJuUtKPysWBoNU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-kg5b3tzwyAhn00GwdUDf4OdYZvCJZHgkgpzHFWy5SxI=";
|
||||
|
||||
postInstall = ''
|
||||
mv $out/bin/cmd $out/bin/jjui
|
||||
'';
|
||||
|
||||
doCheck = false; # Some tests are not working
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue