Skip to content

Commit 02d90c6

Browse files
committed
Unpin nixpkgs
1 parent e6414ea commit 02d90c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Generate poetry.lock
6565
if: steps.lock-cache.outputs.cache-hit != 'true'
6666
working-directory: ./example
67-
run: nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/04a75b2eecc0acf6239acf9dd04485ff8d14f425.tar.gz -p poetry --run "poetry lock --no-update"
67+
run: nix-shell -p poetry --run "poetry lock --no-update"
6868
- name: Set short commit SHA
6969
run: echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
7070
- name: Push generated test project

0 commit comments

Comments
 (0)