Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
fdietze committed May 25, 2024
1 parent 50be9f8 commit 4939f5f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
buildInputs = with pkgs; [
git
just
playwright-driver.browsers
playwright-test

sqlite-interactive
nodejs_20
python3 # for node-gyp
gcc # for node-gyp

playwright-driver.browsers # e2e tests
playwright-test # e2e tests

earthly
docker
docker-compose
Expand All @@ -49,6 +50,10 @@
sqlite
python3 # for node-gyp
gcc # for node-gyp

playwright-driver.browsers # e2e tests
playwright-test # e2e tests

];
};
production = pkgs.mkShellNoCC {
Expand Down

0 comments on commit 4939f5f

Please sign in to comment.