jira-cli-go is in nixpkgs

This commit is contained in:
Quentin Boyer 2022-11-23 20:49:12 +01:00
parent d424a928c7
commit 48c3dc71cb
3 changed files with 0 additions and 30 deletions

17
flake.lock generated
View file

@ -1509,7 +1509,6 @@
"raclette": "raclette",
"rust-overlay": "rust-overlay_2",
"simulationcraft": "simulationcraft",
"xdg-ninja": "xdg-ninja",
"zsh-traxys": "zsh-traxys"
}
},
@ -1644,22 +1643,6 @@
"type": "github"
}
},
"xdg-ninja": {
"flake": false,
"locked": {
"lastModified": 1668972409,
"narHash": "sha256-spAzZKlsxMjU8ShhU6pjNNdFjCgrA5P4nB1PNMH0KTg=",
"owner": "b3nj5m1n",
"repo": "xdg-ninja",
"rev": "e6b831c56380c7a5bfde5afa12838d014f42b242",
"type": "github"
},
"original": {
"owner": "b3nj5m1n",
"repo": "xdg-ninja",
"type": "github"
}
},
"zsh-nix-shell": {
"flake": false,
"locked": {

View file

@ -11,5 +11,4 @@
inherit naersk;
kabalist-src = sources.kabalist;
};
jira-cli = callPackage ./jira-cli.nix {jira-src = sources.jira-cli;};
}

View file

@ -1,12 +0,0 @@
{
jira-src,
buildGoModule,
}:
buildGoModule {
inherit (jira-src) pname src version;
vendorSha256 = "sha256-SpUggA9u8OGV2zF3EQ0CB8M6jpiVQi957UGaN+foEuk=";
doInstallCheck = false;
doCheck = false;
}