diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 0a6fcd1..c89654b 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -68,9 +68,9 @@ jobs: # Add GC roots for flake inputs, too # https://github.com/NixOS/nix/issues/4250#issuecomment-1146878407 - mkdir --parents "$NIX_USER_PROFILE_DIR" - gc_root_prefix="$NIX_USER_PROFILE_DIR"/infra-flake- - echo "Adding gcroots flake inputs with prefix $gc_root_prefix ..." - nix flake archive --json 2>/dev/null | jq --raw-output '.inputs | to_entries[] | "ln --force --symbolic --no-target-directory "+.value.path+" \"'"$gc_root_prefix"'"+.key+"\""' | while read -r line; do - eval "$line" - done + #mkdir --parents "$NIX_USER_PROFILE_DIR" + #gc_root_prefix="$NIX_USER_PROFILE_DIR"/infra-flake- + #echo "Adding gcroots flake inputs with prefix $gc_root_prefix ..." + #nix flake archive --json 2>/dev/null | jq --raw-output '.inputs | to_entries[] | "ln --force --symbolic --no-target-directory "+.value.path+" \"'"$gc_root_prefix"'"+.key+"\""' | while read -r line; do + # eval "$line" + #done