Add dadada-deploy pkg

This commit is contained in:
Tim Schubert 2021-01-16 19:32:56 +01:00
parent 439e5c6953
commit 04ef7f0bb5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 34 additions and 0 deletions

View file

@ -15,4 +15,5 @@ rec {
tubslatex = callPackage ./pkgs/tubslatex { };
keys = callPackage ./pkgs/keys { };
homePage = callPackage ./pkgs/homePage { };
deploy = callPackage ./pkgs/deploy.nix { };
}