diff --git a/flake.nix b/flake.nix index 0c7d96a..9c77ef7 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ description = "Template for a nix package"; }; python = { - path = ./python + path = ./python; description = "Template to python project"; }; rust = {