We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a73c47 + 6cd72f6 commit 18991f9Copy full SHA for 18991f9
.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@v30
+ - uses: cachix/install-nix-action@v31
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