do add it the the root flake

This commit is contained in:
Jasper Ras 2025-08-03 17:20:50 +02:00
parent 242ab70aaf
commit f79ef4db18

View file

@ -7,6 +7,10 @@
path = ./python-project;
description = "A python project using devenv";
};
rust-project = {
path = ./rust-project;
description = "A rust project";
};
};
};
}