update flake.nix
This commit is contained in:
parent
1a197af1a8
commit
aa6f9b283e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue