diff --git a/flake.nix b/flake.nix index 61be80e..0c7d96a 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,10 @@ path = ./package; description = "Template for a nix package"; }; + python = { + path = ./python + description = "Template to python project"; + }; rust = { path = ./rust; description = "Rust template, using oxalica/rust-overlay";