From f79ef4db18fb5cc186e8014bb27127653c4f761d Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 3 Aug 2025 17:20:50 +0200 Subject: [PATCH] do add it the the root flake --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 4a3a9f1..b9f5503 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,10 @@ path = ./python-project; description = "A python project using devenv"; }; + rust-project = { + path = ./rust-project; + description = "A rust project"; + }; }; }; }