Skip to content

Commit effd70b

Browse files
committed
perf(ci): use --inputs-from . for nixpkgs resolution
Use flake.lock pinned nixpkgs revision to benefit from evaluation caching
1 parent 8c6fbbd commit effd70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-nix/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
for tool in $tools; do
2626
packages="$packages nixpkgs#$tool"
2727
done
28-
nix profile install $packages
28+
nix profile install --inputs-from . $packages
2929
3030
- name: Install pnpm dependencies
3131
if: inputs.skip-pnpm-install != 'true'

0 commit comments

Comments
 (0)