Forgot to add python tmeplate to greater flake

This commit is contained in:
baduhai 2023-07-20 12:23:22 -03:00
parent 77d5e6651d
commit f27420992a

View file

@ -7,6 +7,10 @@
path = ./package; path = ./package;
description = "Template for a nix package"; description = "Template for a nix package";
}; };
python = {
path = ./python
description = "Template to python project";
};
rust = { rust = {
path = ./rust; path = ./rust;
description = "Rust template, using oxalica/rust-overlay"; description = "Rust template, using oxalica/rust-overlay";