fix: remove useless self
This commit is contained in:
parent
33ba5ea4fc
commit
2600da3144
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
description = "Flake Template Hell";
|
||||
outputs = { self }: {
|
||||
outputs = _: {
|
||||
templates = builtins.mapAttrs (name: _: {
|
||||
path = ./templates/${name};
|
||||
description = "Template for ${name} projects.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue