damn semicolons

This commit is contained in:
baduhai 2023-07-20 12:24:43 -03:00
parent f27420992a
commit 3950d3fe20

View file

@ -8,7 +8,7 @@
description = "Template for a nix package"; description = "Template for a nix package";
}; };
python = { python = {
path = ./python path = ./python;
description = "Template to python project"; description = "Template to python project";
}; };
rust = { rust = {