mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
packages/mullvad-status: init
This commit is contained in:
parent
9e33750fd9
commit
e3b843e00d
2 changed files with 47 additions and 0 deletions
14
nix/packages/by-name/mullvad-status/package.nix
Normal file
14
nix/packages/by-name/mullvad-status/package.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
writeShellApplication,
|
||||
jq,
|
||||
mullvad,
|
||||
}:
|
||||
|
||||
writeShellApplication {
|
||||
name = "mullvad-status";
|
||||
runtimeInputs = [
|
||||
mullvad
|
||||
jq
|
||||
];
|
||||
text = builtins.readFile ./mullvad-status.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue