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"; + }; }; }; }