Use buildDioxusWebApp builder
All checks were successful
Push Workflows / rustfmt (push) Successful in 5s
Push Workflows / tailwind-build (push) Successful in 5s
Push Workflows / clippy (push) Successful in 51s
Push Workflows / test (push) Successful in 58s
Push Workflows / docs (push) Successful in 58s
Push Workflows / build (push) Successful in 1m54s
Push Workflows / nix-build (push) Successful in 5m32s

This commit is contained in:
2026-08-04 20:58:25 -04:00
parent c41a2474e6
commit ea2bc49600
2 changed files with 28 additions and 17 deletions

16
flake.lock generated
View File

@@ -15,6 +15,21 @@
"url": "https://git.mregirouard.com/nix/daisyui.git"
}
},
"dx-build": {
"locked": {
"lastModified": 1785888038,
"narHash": "sha256-zhUWl+BXYBBIHuLsjlLh+8RL6ymrUCLCnBL7I6/BAGw=",
"ref": "refs/heads/main",
"rev": "c3fbf020a501226c0ef7c1f6a394d9799c3cf52f",
"revCount": 3,
"type": "git",
"url": "https://gitea.mregirouard.com/nix/dx-build.git"
},
"original": {
"type": "git",
"url": "https://gitea.mregirouard.com/nix/dx-build.git"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@@ -52,6 +67,7 @@
"root": {
"inputs": {
"daisyui": "daisyui",
"dx-build": "dx-build",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay",