File tree 1 file changed +3
-23
lines changed
1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- uses : actions/checkout@v3
37
- - uses : cachix/install-nix-action@v18
37
+ - uses : cachix/install-nix-action@v19
38
38
with :
39
39
nix_path : nixpkgs=channel:nixos-unstable
40
40
- run : nix-build
52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- uses : actions/checkout@v3
55
- - uses : cachix/install-nix-action@v18
55
+ - uses : cachix/install-nix-action@v19
56
56
with :
57
57
github_access_token : ${{ secrets.GITHUB_TOKEN }}
58
58
- run : nix build
@@ -120,29 +120,9 @@ Otherwise, you can add any binary cache to nix.conf using
120
120
install-nix-action's own ` extra_nix_config ` input:
121
121
122
122
``` yaml
123
- - uses : cachix/install-nix-action@v18
123
+ - uses : cachix/install-nix-action@v19
124
124
with :
125
125
extra_nix_config : |
126
126
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
127
127
substituters = https://hydra.iohk.io https://cache.nixos.org/
128
128
` ` `
129
-
130
- ## Hacking
131
-
132
- Install the dependencies
133
-
134
- ` ` ` bash
135
- $ yarn install
136
- ```
137
-
138
- Build the typescript
139
-
140
- ``` bash
141
- $ yarn build
142
- ```
143
-
144
- Run the tests :heavy_check_mark :
145
-
146
- ``` bash
147
- $ yarn test
148
- ```
You can’t perform that action at this time.
0 commit comments