[object Object]

← back to Exo

added rust to flake

6c8b8b30ae1d02b713d0fd00250da3c58a634398 · 2025-07-07 18:11:40 +0100 · Andrei Cravtov

Files touched

Diff

commit 6c8b8b30ae1d02b713d0fd00250da3c58a634398
Author: Andrei Cravtov <the.andrei.cravtov@gmail.com>
Date:   Mon Jul 7 18:11:40 2025 +0100

    added rust to flake
---
 flake.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flake.nix b/flake.nix
index 2e1b6243..4ad5a219 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,8 @@
               pkgs.uv
               pkgs.just
               pkgs.protobuf
+              pkgs.rustc
+              pkgs.cargo
             ];
           };
         }

← 0425422f Simple fix  ·  back to Exo  ·  refactor: Simplify networking 81cf6bce →