1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(scripts): add auc roman calendar

This commit is contained in:
2021-12-10 19:42:52 +01:00
parent e55cc77825
commit 5b2c2c7709
3 changed files with 34 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ let
sha256 = "0c4hkny4zkknlimc9yi9ljss2cws4zn8lzd8ip9b8mfsm094dlfl";
};
in rec {
auc = pkgs.callPackage ./auc.nix {};
instaget = wrapScript {
packages = [ pkgs.jq pkgs.curl pkgs.gnugrep ];
script = ./instaget.sh;