From cbac3c2eabba97b6d90631ba598268c98a904cb0 Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 21 Jun 2025 16:11:03 +0300 Subject: [PATCH] add command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e6a40dc..8d8985b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # 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' + +''' +