package up the last stable git-plan and make it available
This commit is contained in:
parent
8331d0c717
commit
3961b69dbb
2 changed files with 27 additions and 1 deletions
17
nix/home.nix
17
nix/home.nix
|
|
@ -2,9 +2,24 @@
|
|||
|
||||
with lib;
|
||||
|
||||
{
|
||||
let
|
||||
git-plan = pkgs.buildGoPackage rec {
|
||||
name = "git-plan";
|
||||
version = "0";
|
||||
goPackagePath = "gitlab.com/haaksmash/git-plan";
|
||||
src = pkgs.fetchFromGitLab {
|
||||
owner = "haaksmash";
|
||||
repo = "git-plan";
|
||||
rev = "7623e2e2a7ca5556e88691a9e5cef63eb8d42ede";
|
||||
sha256 = "0sqf2fcm73sswg9nk9k1zxxxy6np5c9mm6zf9iy1xrsq6p88ksp7";
|
||||
};
|
||||
|
||||
goDeps = ./git-plan.nix;
|
||||
};
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
direnv
|
||||
git-plan
|
||||
htop
|
||||
jq
|
||||
keybase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue