My nixos configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

workflow debugging

+2
+2
.github/workflows/flake-update.yml
··· 31 31 flake="$(nix flake show --json)" 32 32 packages=$(jq -c '.packages."x86_64-linux" | keys' <<< "$flake") 33 33 checks=$(jq -c '.checks."x86_64-linux" | keys' <<< "$flake") 34 + jq <<< "$packages" 35 + jq <<< "$checks" 34 36 printf "::set-output name=packages::%s" "$packages" 35 37 printf "::set-output name=checks::%s" "$checks" 36 38