Skip to content

Markdown List (Table) & JSON of all the officially Available Packages in the NixOS/nixpkgs Repository

Notifications You must be signed in to change notification settings

Azathothas/NixOS-Packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Markdown README may not render because of huge file size.

Why?


  • List all Details about pkg-xyz

 nix-env --query --available --meta --json "pkg-xyz"
curl -qfsSL "https://pub.ajam.dev/repos/Azathothas/NixOS-Packages/nixpkgs.json" | jq -r '.[] | .pname' | sort -u
  • List all Packages that can be potentially Statically Built

!# Refs: https://functor.tokyo/blog/2021-10-20-nix-cross-static
nix search "nixpkgs#pkgsStatic" "^" --extra-experimental-features nix-command --extra-experimental-features flakes --refresh --quiet

#https://askubuntu.com/a/1471201 (https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html)
systemd-run --scope -p CPUQuota="60%" -p MemoryMax="8192M" -p MemoryHigh="4096M" --user nix search "nixpkgs#pkgsStatic" "^" --extra-experimental-features nix-command --extra-experimental-features flakes --refresh --quiet


#Check if only package `xyz` can be built
nix search "nixpkgs#pkgsStatic" "xyz" --extra-experimental-features nix-command --extra-experimental-features flakes --refresh --quiet
  • legacyPackages

About

Markdown List (Table) & JSON of all the officially Available Packages in the NixOS/nixpkgs Repository

Topics

Resources

Stars

Watchers

Forks