No description
Find a file
2025-06-21 16:22:30 +03:00
flake.lock lock 2025-06-21 16:22:30 +03:00
flake.nix add flake 2025-06-21 16:20:02 +03:00
README.md add command 2025-06-21 16:11:03 +03:00

get-nix-sources

'''hash nix-instantiate "" -A hello | xargs nix-store --query -R | grep '.drv' | xargs nix derivation --extra-experimental-features nix-command show | jq 'to_entries[] | select( (.value.outputs | type == "object") and (.value.outputs | to_entries | all(.value | has("hash"))) and (.value.outputs | to_entries | length > 0)) | .key'

'''