mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
feat[client]: add prstatus
This commit is contained in:
parent
9f9f764899
commit
e65c63b6da
3 changed files with 28 additions and 0 deletions
9
pkgs/flake/prstatus/default.nix
Normal file
9
pkgs/flake/prstatus/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ name, writeShellApplication, curl, ... }:
|
||||
|
||||
writeShellApplication {
|
||||
inherit name;
|
||||
runtimeInputs = [ curl ];
|
||||
text = ''
|
||||
curl https://nixpkgs.molybdenum.software/api/v2/landings/"$1"
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue