1
0

pkgs/update-from-hydra: Add script that updates paths based on hydra builds

This commit is contained in:
2023-09-02 21:47:45 +02:00
parent 491a4c2632
commit b0259542e4
6 changed files with 184 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ self: super: {
nixfiles-update-ssh-host-keys = self.callPackage ./nixfiles/nixfiles-update-ssh-host-keys.nix {};
pyexcel-xlsx = self.python3.pkgs.callPackage ./pyexcel-xlsx {};
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
update-from-hydra = self.callPackage ./update-from-hydra {};
uptimestatus = self.python3.pkgs.callPackage ./uptimestatus {};
wetter = self.python3.pkgs.callPackage ./wetter {
inherit (self) pkg-config libsass;