1
0

pkgs/overrides/xmppc: patch to read password from file

This commit is contained in:
2024-12-16 17:31:30 +01:00
parent 75af9b7383
commit cc89b20a2c
3 changed files with 15 additions and 1 deletions

View File

@@ -22,4 +22,6 @@ final: prev: {
ssh-gpg = final.callPackage ./ssh-gpg {};
update-from-hydra = final.callPackage ./update-from-hydra {};
uptimestatus = final.python3.pkgs.callPackage ./uptimestatus {};
xmppc = import ./overrides/xmppc.nix final prev;
}