Skip to content

Commit

Permalink
Merge pull request #1 from LovelaceAcademy/add-namespace
Browse files Browse the repository at this point in the history
Add the namespace
  • Loading branch information
klarkc authored Jan 3, 2023
2 parents 81bd3a1 + c5f5809 commit ceea27c
Show file tree
Hide file tree
Showing 14 changed files with 7,685 additions and 1,683 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
id: release
with:
release-type: simple
package-name: la-ctl
package-name: ctl-nix
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- uses: cachix/install-nix-action@v18
Expand Down
20 changes: 18 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Test"
on:
pull_request:
jobs:
tests:
test-ctl-nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -14,4 +14,20 @@ jobs:
with:
name: klarkc
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check
- run: nix flake check --show-trace --impure
test-template:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: klarkc
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: |
cd test
nix flake check --show-trace
nix build --show-trace
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# ctl-nix

Cardano transaction lib backed by nix

## Usage

```bash
nix flake init -t github:LovelaceAcademy/nix-templates#ctl
```
Loading

0 comments on commit ceea27c

Please sign in to comment.