mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
feat(scripts): infschmv
This commit is contained in:
@@ -108,6 +108,7 @@ in {
|
|||||||
hc # print files as qr codes
|
hc # print files as qr codes
|
||||||
youtubeDL
|
youtubeDL
|
||||||
bc # calculator
|
bc # calculator
|
||||||
|
scripts.infschmv
|
||||||
scripts.default-gateway
|
scripts.default-gateway
|
||||||
scripts.showkeys-toggle
|
scripts.showkeys-toggle
|
||||||
scripts.favicon
|
scripts.favicon
|
||||||
|
|||||||
@@ -21,6 +21,13 @@ in rec {
|
|||||||
name = "instaget";
|
name = "instaget";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
infschmv = pkgs.writers.writeDashBin "InfSchMV" ''
|
||||||
|
${pkgs.curl}/bin/curl -sSL https://www.berlin.de/corona/massnahmen/verordnung/ \
|
||||||
|
| ${pkgs.pup}/bin/pup .textile \
|
||||||
|
| ${pkgs.pandoc}/bin/pandoc -f html -t man -s \
|
||||||
|
| ${pkgs.man}/bin/man -l -
|
||||||
|
'';
|
||||||
|
|
||||||
trans =
|
trans =
|
||||||
let
|
let
|
||||||
script = pkgs.fetchurl {
|
script = pkgs.fetchurl {
|
||||||
|
|||||||
Reference in New Issue
Block a user