Skip to content

Commit

Permalink
integrate dioxus-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirner committed Jul 20, 2023
1 parent 12aa91e commit 5b43f44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- run: nix-shell --quiet -p nix-info --run "nix-info -m"
- run: ./templates.sh clone pure-system devShell
- run: ./templates.sh check pure-system devShell
- run: ./templates.sh check-pkg-overlayed pure-system google-cloud-sdk
- run: ./templates.sh check-pkg-default pure-system google-cloud-sdk
- run: ./templates.sh check-pkg-overlayed pure-system google-cloud-sdk dioxus-cli
- run: ./templates.sh check-pkg-default pure-system google-cloud-sdk dioxus-cli

lints:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Example devShell following `nix-trickle`: ❄️

### `overlays` ❄️

- nixpkgs/[dioxus-cli](https://dioxuslabs.com): newer `dioxus-cli`
- nixpkgs/[taplo](https://taplo.tamasfe.dev): [fixes lsp exit](https://github.com/tamasfe/taplo/pull/354)
- nixpkgs/google-cloud-sdk: fixed `gsutil`, [cf](https://github.com/NixOS/nixpkgs/issues/67094#issuecomment-1148856771)
- nixpkgs/[cloud-sql-proxy_2](https://github.com/GoogleCloudPlatform/cloudsql-proxy): v2 of cloud-sql-proxy
Expand Down
5 changes: 5 additions & 0 deletions overlays/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ in {
sha256 = "sha256-8S8zUOb2oiXbJQRgY/g9H2+EW+wWOQugr8+ou34CYPg=";
};
cargoSha256 = "sha256-sCP8njwYA29XmYu2vfuog0NCL1tZlsZiupkDVImrYCE=";
checkFlags = [
# would require dioxous binary in PATH, see: https://github.com/DioxusLabs/dioxus/pull/1138
"--skip=cli::autoformat::spawn_properly"
"--skip=cli::translate::generates_svgs"
];
};
# gsutil doesn't work with openssl but pyopenssl
google-cloud-sdk = prev.google-cloud-sdk.overrideAttrs (old: let
Expand Down

0 comments on commit 5b43f44

Please sign in to comment.