Skip to content

Commit

Permalink
Merge pull request #159 from cachix/update-readme
Browse files Browse the repository at this point in the history
Update README for v19
  • Loading branch information
domenkozar committed Feb 8, 2023
2 parents 5c11eae + cb6121c commit 193b0d8
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- uses: cachix/install-nix-action@v19
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- uses: cachix/install-nix-action@v19
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
Expand Down Expand Up @@ -120,29 +120,9 @@ Otherwise, you can add any binary cache to nix.conf using
install-nix-action's own `extra_nix_config` input:

```yaml
- uses: cachix/install-nix-action@v18
- uses: cachix/install-nix-action@v19
with:
extra_nix_config: |
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://hydra.iohk.io https://cache.nixos.org/
```

## Hacking

Install the dependencies

```bash
$ yarn install
```

Build the typescript

```bash
$ yarn build
```

Run the tests :heavy_check_mark:

```bash
$ yarn test
```

0 comments on commit 193b0d8

Please sign in to comment.