Created
November 20, 2019 15:14
-
-
Save Dema/d9b9b8edb36976bea53305b9d87a098d to your computer and use it in GitHub Desktop.
Nix snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nix-instantiate --strict --json --eval -E 'builtins.map (p: p.name) (import <nixpkgs/nixos> {}).config.environment.systemPackages' | nix run nixpkgs.jq -c jq -r '.[]' | sort -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment