Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/cachix/install-nix…
Browse files Browse the repository at this point in the history
…-action-30
  • Loading branch information
kwbauson authored Feb 13, 2025
2 parents f49486c + 3c18b77 commit 1899559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/switch.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let
pinName=$host.${name}.$(git rev-parse HEAD)
storePath=$(curl -s https://app.cachix.org/api/v1/cache/kwbauson/pin | jq -r ".[] | select(.name == \"$pinName\") | .lastRevision.storePath")
if [[ -n $storePath ]];then
exec nix shell -f https://kwbauson.github.io/cfg/pins $pinName -c switch
exec nix --refresh shell -f https://kwbauson.github.io/cfg/pins $pinName -c switch
fi
fi
exec nix shell "$buildArg" -c switch
Expand Down

0 comments on commit 1899559

Please sign in to comment.