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; path = ./python-project;
description = "A python project using devenv"; description = "A python project using devenv";
}; };
rust-project = { rust = {
path = ./rust-project; path = ./rust;
description = "A rust project"; description = "A rust project";
}; };
go-project = { go-project = {