Skip to content

Commit fb94055

Browse files
committed
work on develop shell
1 parent 495a54e commit fb94055

File tree

6 files changed

+214
-148
lines changed

6 files changed

+214
-148
lines changed

.github/workflows/nix-flake.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ on:
33
push:
44
branches:
55
- master
6-
- ci*
76
pull_request:
87
branches:
98
- master
10-
- ci*
119
jobs:
1210
nix-shell:
1311
runs-on: ubuntu-latest
1412
steps:
1513
- uses: actions/checkout@v3.1.0
16-
- uses: cachix/install-nix-action@v18
14+
- uses: cachix/install-nix-action@v19
1715
with:
1816
extra_nix_config: |
1917
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ tags
1515
*.swp
1616
TAGS
1717
*~
18-
.direnv
18+
.direnv
19+
20+
result*

0 commit comments

Comments
 (0)