21CSM/ars-antiqua

As a developer, I would like to enable Tauri in the Nix flake, so that I can set up a web development environment

Closed this issue · 0 comments

21CSM commented

User Story

As a developer,
I would like to enable Tauri in the Nix flake,
so that I can set up a web development environment

Context

This feature would enable Tauri. By integrating Tauri into our Nix development environment, we aim to streamline the process of creating cross-platform applications with web technologies.

Additional Context

No response

Acceptance Criteria

  • A developer can successfully build a Tauri application using the Nix environment
  • The flake provides a development shell that includes all required Tauri tools and dependencies
  • The CI/CD pipeline can successfully build and test a Tauri application using this Nix flake configuration