fix templates

This commit is contained in:
Jonas Röger 2025-03-16 16:47:33 +01:00
parent fd9a64cc5b
commit e2c38ef18e
Signed by: jonas
GPG Key ID: 4000EB35E1AE0F07

View File

@ -98,11 +98,11 @@
# to pass through arguments to home.nix
extraSpecialArgs = {inherit inputs;};
};
};
templates = {
rust = {
path = ./templates/rust;
description = "A simple rust binary template";
templates = {
rust = {
path = ./templates/rust;
description = "A simple rust binary template";
};
};
};
}