From e60bdb2c893e56d2412afb4a8f7d1937cda312de Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 13:51:11 +0200 Subject: [PATCH] Update it a bit. --- .github/workflows/nix_tests.yaml | 2 +- flake.nix | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index 19b2c705..887b8b24 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -30,7 +30,7 @@ jobs: env: USER: github_runner - name: Build - run: nix build + run: nix build .#test - name: Pre-commit tests. run: nix develop .#test --command pre-commit run --all-files - name: Python tests. diff --git a/flake.nix b/flake.nix index 286cda15..c6adf0a6 100644 --- a/flake.nix +++ b/flake.nix @@ -84,13 +84,15 @@ test = mkShell { buildInputs = [ - benchmark - launcher - router + # benchmark + # launcher + # router server openssl.dev pkg-config cargo + rustfmt + clippy ] ++ (with python3.pkgs; [ docker