damn semicolons
This commit is contained in:
parent
f27420992a
commit
3950d3fe20
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue