We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27dabcc + 0b605e8 commit 5478a0fCopy full SHA for 5478a0f
.github/workflows/update-ghc.yaml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
with:
24
ref: master
25
- - uses: cachix/install-nix-action@V28
+ - uses: cachix/install-nix-action@v29
26
27
nix_path: nixpkgs=nixpkgs/default.nix
28
- name: Fetch updates
.github/workflows/workflow.yaml
@@ -71,7 +71,7 @@ jobs:
71
72
path: ~/repo-cache
73
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
74
75
76
nix_path: nixpkgs=./nixpkgs/default.nix
77
extra_nix_config: |
0 commit comments