Skip to content

Commit

Permalink
crane+flakify to fix serde_derive
Browse files Browse the repository at this point in the history
new serde breaks with crate2nix: serde-rs/serde#2538
  • Loading branch information
srhb committed Jul 28, 2023
1 parent f0d6a9c commit 3f8a56a
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 2,655 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build Cargo.nix
- run: nix build
4 changes: 1 addition & 3 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
- uses: cachix/install-nix-action@v12
- name: Update dependencies
run: |
nix-shell --run "niv update"
nix-shell --run "cargo update"
nix-shell --run "crate2nix generate -n '(import ./nix/sources.nix).nixpkgs' -f Cargo.toml"
nix flake update --commit-lock-file
- name: Create pull request
id: pr
uses: peter-evans/create-pull-request@v3.10.0
Expand Down
Loading

0 comments on commit 3f8a56a

Please sign in to comment.