Skip to content

msgilligan/nix-jdk-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nixpkgs JDK Dashbard

A work-in-progress utility for displaying metadata about the Nix JDK package ecosystem.

Usage

./nix-jdk-dashboard.sh [flake-url | branch]

The default branch is nixpkgs-unstable

You can pipe to jq to get formatted output or to apply filters.

For example to get the versions of openjdk packages only use:

./nix-jdk-dashboard.sh master | jq '.packages
   | to_entries
   | map(select(.key | startswith("openjdk")))
   | map(.value.version)'

About

A tool to get information about JDKs available in Nixpkgs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published