update flake.nix

This commit is contained in:
Jasper Ras 2026-02-26 19:48:21 +01:00
parent 1a197af1a8
commit aa6f9b283e

View file

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