sql-developer: init at 24.3.1.347.1826
All checks were successful
Build packages / Build derivations (push) Successful in 3m34s

This commit is contained in:
uku 2025-03-28 11:09:13 +01:00
parent 47330085d6
commit df916f03ff
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 70 additions and 0 deletions

View file

@ -4,5 +4,6 @@ final: prev: {
jaspersoft-studio-community = prev.callPackage ./jaspersoft-studio-community.nix { };
openwebstart = prev.callPackage ./openwebstart.nix { };
shlink = prev.callPackage ./shlink/package.nix { };
sql-developer = prev.callPackage ./sql-developer.nix { };
vineflower = prev.callPackage ./vineflower.nix { };
}