Skip to content

Commit

Permalink
Merge pull request #17 from LovelaceAcademy/remove-pin
Browse files Browse the repository at this point in the history
Remove pin
  • Loading branch information
klarkc authored Jan 27, 2023
2 parents bc2c7d6 + 5b93bbe commit 560eb5d
Show file tree
Hide file tree
Showing 6 changed files with 10,948 additions and 2,345 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/result
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ Cardano transaction lib backed by nix
```bash
nix flake init -t github:LovelaceAcademy/nix-templates#ctl
```

## How to upgrade

- pin CTL
- `nix flake lock`
- pin `package-set-repo` flake input to corresponding CTL `packages.dhall` upstream rev
- `nix build .#package-set --impure`
- `cp result nix/package-set/default.nix`
- update `nix/purs-nix/custom-deps.nix` according CTL `{spago/packages}.dhall`
- `cd test && nix flake check && nix build`
Loading

0 comments on commit 560eb5d

Please sign in to comment.