From f27420992aab95f529690cfd71127701f40dff0e Mon Sep 17 00:00:00 2001 From: baduhai Date: Thu, 20 Jul 2023 12:23:22 -0300 Subject: [PATCH] Forgot to add python tmeplate to greater flake --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";