diff --git a/.buildkite/blob_unittests.yml b/.buildkite/blob_unittests.yml
--- a/.buildkite/blob_unittests.yml
+++ b/.buildkite/blob_unittests.yml
@@ -1,5 +1,5 @@
 steps:
-  - label: ':nix: Blob Unittests'
+  - label: 'Blob Unittests'
     command:
       - 'apt update && apt install -y autoconf libtool build-essential cmake git'
       - './scripts/install_protobuf.sh'
diff --git a/.buildkite/identity_tests.yml b/.buildkite/identity_tests.yml
--- a/.buildkite/identity_tests.yml
+++ b/.buildkite/identity_tests.yml
@@ -1,11 +1,15 @@
-env:
-  PATH: '$HOME/.nix-profile/bin:/nix/var/nix/profiles/default/bin:$PATH'
 steps:
-  - label: ':nix: Identity Tests (Nix)'
+  - label: 'Identity Tests'
     command:
+      - 'apt update && apt install -y autoconf libtool build-essential cmake git'
+      - './scripts/install_protobuf.sh'
       - 'cd services/identity'
-      - 'nix develop --accept-flake-config --command cargo test'
+      - 'cargo test'
     retry:
       automatic: true
+    plugins:
+      - docker#v5.3.0:
+          image: 'rust:1.74.0'
+          propagate-environment: true
     agents:
-      - 'mac=true'
+      - 'autoscaling=true'