Skip to content

Commit

Permalink
convert to pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Jul 19, 2024
1 parent d62d75e commit 9abfb92
Show file tree
Hide file tree
Showing 9 changed files with 2,445 additions and 217 deletions.
5 changes: 4 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
use flake
PATH=~/.pixi/bin:$PATH

watch_file pixi.lock
eval "$(pixi shell-hook)"
27 changes: 0 additions & 27 deletions .github/workflows/build_nix.yml

This file was deleted.

14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,15 +284,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
- uses: prefix-dev/[email protected]
with:
profile: minimal
toolchain: stable
override: true
pixi-version: v0.25.0
cache: true
frozen: true

- name: Make sure we can publish
uses: actions-rs/cargo@v1
with:
command: publish
args: --dry-run
run: pixi run cargo publish --dry-run
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
Cargo.lock
convert_refdata/data/gsw_*_validation.bin
.pixi/
88 changes: 0 additions & 88 deletions flake.lock

This file was deleted.

82 changes: 0 additions & 82 deletions flake.nix

This file was deleted.

Loading

0 comments on commit 9abfb92

Please sign in to comment.