Skip to content

feat(nix) :: add a development shell - #1491

Draft
81reap wants to merge 1 commit into
81reap/playwright-portsfrom
81reap/nix-dev-shell
Draft

81reap wants to merge 1 commit into
81reap/playwright-portsfrom
81reap/nix-dev-shell

Conversation

@81reap

@81reap 81reap commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator

Adds an optional dev shell with all of the tools needed to build SQLPage at the same versions the CI uses.

If you have nix installed or use NixOS you can now run ::
(1) nix develop :: assumes the dev shell
(2) nix fmt :: runs rustfmt, biome, and nixfmt
(3) nix run .#test-rust
(4) nix run .#test-browser
(5) nix run .#test-examples
(6) nix flake check


Stack created with GitHub Stacks CLIGive Feedback 💬


TODO :: update docs and re-sync the commit. the flake works as is right now

@81reap
81reap added this pull request to stack #1492 September 24, 2026 05:42
Adds an optional dev shell with all of the tools needed to build SQLPage at the same versions the CI uses.

If you have nix installed or use NixOS you can now run ::
(1) `nix develop` :: assumes the dev shell
(2) `nix fmt` :: runs rustfmt, biome, and nixfmt
(3) `nix run .#test-rust`
(4) `nix run .#test-browser`
(5) `nix run .#test-examples`
(6) `nix flake check`
@81reap
81reap force-pushed the 81reap/nix-dev-shell branch from 1cef5a8 to f0126f9 Compare September 24, 2026 05:43
@81reap 81reap linked an issue Sep 24, 2026 that may be closed by this pull request
@81reap
81reap marked this pull request as draft September 24, 2026 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add flake.nix??

1 participant