mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 01:17:26 +02:00
jira-cli-go is in nixpkgs
This commit is contained in:
parent
d424a928c7
commit
48c3dc71cb
3 changed files with 0 additions and 30 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -11,5 +11,4 @@
|
|||
inherit naersk;
|
||||
kabalist-src = sources.kabalist;
|
||||
};
|
||||
jira-cli = callPackage ./jira-cli.nix {jira-src = sources.jira-cli;};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
jira-src,
|
||||
buildGoModule,
|
||||
}:
|
||||
buildGoModule {
|
||||
inherit (jira-src) pname src version;
|
||||
|
||||
vendorSha256 = "sha256-SpUggA9u8OGV2zF3EQ0CB8M6jpiVQi957UGaN+foEuk=";
|
||||
|
||||
doInstallCheck = false;
|
||||
doCheck = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue