make template available from flake
This commit is contained in:
parent
c13f0de863
commit
84adefb01e
1 changed files with 7 additions and 0 deletions
|
@ -49,5 +49,12 @@
|
||||||
in
|
in
|
||||||
combined.overrideAttrs postCombineOverride;
|
combined.overrideAttrs postCombineOverride;
|
||||||
};
|
};
|
||||||
|
} // {
|
||||||
|
templates = {
|
||||||
|
thesis = {
|
||||||
|
path = ./template;
|
||||||
|
description = "Thesis template";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue