Skip to content

Instantly share code, notes, and snippets.

@infinisil
Last active October 14, 2017 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinisil/8c9be460e12af34cd1c5a29320ad61b0 to your computer and use it in GitHub Desktop.
Save infinisil/8c9be460e12af34cd1c5a29320ad61b0 to your computer and use it in GitHub Desktop.
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p jq less
nix-instantiate --eval --strict -E 'map (x: x.name) (import <nixpkgs/nixos> {}).config.environment.systemPackages' --json | jq -r '.[]' | sort -u | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment