Skip to content

Commit

Permalink
deps: upgrade to CTL develop (v7.0.0)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: see CTL develop (v7.0.0) for breaking changes
  • Loading branch information
klarkc committed Dec 18, 2023
1 parent 6bd9a98 commit 5b75c5b
Show file tree
Hide file tree
Showing 9 changed files with 13,592 additions and 5,084 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ mkdir $TEST_DIR
(
cd $TEST_DIR
git init
nix flake init -t github:LovelaceAcademy/nix-templates#pix-ctl-full
sed -i "s|github:LovelaceAcademy/ctl-nix|path:$CTL|g" flake.nix
nix flake init -t github:LovelaceAcademy/nix-templates/upgrade-ctl#pix-ctl-full
sed -i "s|github:LovelaceAcademy/ctl-nix/upgrade-ctl|path:$CTL|g" flake.nix
nix develop --command npm install --no-save
nix build --show-trace -L
nix flake check --show-trace
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ We follow conventional commit [specification](https://www.conventionalcommits.or

- pin CTL and peer deps on `flake.nix`
- `nix flake lock`
- pin `package-set-repo` flake input to corresponding CTL `packages.dhall` upstream rev
- `nix build .#package-set --impure -L --show-trace --verbose --debug`
- update `nix/package-set/packages.json` to the corresponding CTL `packages.dhall` upstream rev
- `nix build .#package-set --impure -L --show-trace --verbose --debug` (you can remove not used and missing deps from `package.json`)
- `cp result nix/package-set/default.nix`
- update `nix/purs-nix/custom-deps.nix` according CTL `{spago/packages}.dhall`
- `./.github/workflows/test.sh` (you'll need to upgrade `LovelaceAcademy/nix-templates` ctl-full in case of template breaking changes)
- `./.github/workflows/test.sh` (you'll need to upgrade `LovelaceAcademy/nix-templates` ctl-full in case of template breaking changes, including purs version)

## Commit format
Loading

0 comments on commit 5b75c5b

Please sign in to comment.