Forgot to add python tmeplate to greater flake
This commit is contained in:
parent
77d5e6651d
commit
f27420992a
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue