File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- name : " Update pins for hackage.nix and stackage.nix "
1
+ name : " Update pins for hackage.nix"
2
2
3
3
on :
4
4
workflow_dispatch :
@@ -16,14 +16,13 @@ jobs:
16
16
extra_nix_config : |
17
17
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
18
18
substituters = https://cache.iog.io https://cache.zw3rk.com https://cache.nixos.org/
19
- - name : " Update pins "
19
+ - name : " Update hackage pin "
20
20
run : |
21
21
nix flake update hackage
22
- nix flake update stackage
23
22
- name : Commit and push changes
24
23
run : |
25
- git config --local user.email "[email protected] "
26
- git config --local user.name "IOHK "
24
+ git config --local user.email "[email protected] "
25
+ git config --local user.name "pranaysashank "
27
26
git add .
28
- git commit -m "Update Hackage and Stackage "
29
- git push
27
+ git commit -m "Update Hackage"
28
+ git push
You can’t perform that action at this time.
0 commit comments