<feed xmlns='http://www.w3.org/2005/Atom'>
<title>flake-templates/common, branch prime</title>
<subtitle>Nix flake templates for different languages</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/flake-templates/atom?h=prime</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/flake-templates/atom?h=prime'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/'/>
<updated>2024-12-01T11:50:24+00:00</updated>
<entry>
<title>style(treewide): Format</title>
<updated>2024-12-01T11:50:24+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-12-01T11:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=c1e3c156525fc215810f19b0adbf3c893aea3fab'/>
<id>urn:sha1:c1e3c156525fc215810f19b0adbf3c893aea3fab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(common/shell_line_editor.sh): Mark as non-executable</title>
<updated>2024-12-01T11:40:04+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-12-01T11:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=7ff02f973a5ed4e00ae2be28062878f7db11bfca'/>
<id>urn:sha1:7ff02f973a5ed4e00ae2be28062878f7db11bfca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(common/scripts/optimize_images.sh): Generate extension only on basename</title>
<updated>2024-12-01T11:38:24+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-12-01T11:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=a43b3fba1342dea253aa1b9b8c2b07b17fe2fcd9'/>
<id>urn:sha1:a43b3fba1342dea253aa1b9b8c2b07b17fe2fcd9</id>
<content type='text'>
This avoids taking the "extension" of a directory as a extension
(e.g. `addons.d/file.ext`, would produce an extension of `d/file.ext`
 instead of the expected `ext`)
</content>
</entry>
<entry>
<title>fix(common/scripts/latex/build.sh): Rewrite `find` invocations with `fd`</title>
<updated>2024-12-01T11:36:40+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-12-01T11:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=5435cca0f528c8ab485a86fe24143cc09918b3a4'/>
<id>urn:sha1:5435cca0f528c8ab485a86fe24143cc09918b3a4</id>
<content type='text'>
The `find` command sometimes did not filter out the `build` directory,
resulting in an infinite loop of creating nested `build` directories.
</content>
</entry>
<entry>
<title>fix(common/latex/preamble/academia/theorems/definitions.tex): Use expandable macro</title>
<updated>2024-12-01T11:35:48+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-12-01T11:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=752fc6457da6a220f266fd5c553634ebcaec745d'/>
<id>urn:sha1:752fc6457da6a220f266fd5c553634ebcaec745d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(common/inits/latex): Use `-` instead of `_` as separator in languages</title>
<updated>2024-12-01T11:33:38+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-12-01T11:33:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=2b4ce11c8bb9e0d5a0e10947c1f3fc62efd2325e'/>
<id>urn:sha1:2b4ce11c8bb9e0d5a0e10947c1f3fc62efd2325e</id>
<content type='text'>
LTex does not support the `&lt;language&gt;_&lt;region&gt;` syntax.
</content>
</entry>
<entry>
<title>fix(common/init): Move the description to the copyright header</title>
<updated>2024-12-01T11:32:43+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-12-01T11:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=9eea7b5a05ce7bb3c47084a7177f2f8b8efc4188'/>
<id>urn:sha1:9eea7b5a05ce7bb3c47084a7177f2f8b8efc4188</id>
<content type='text'>
This avoids weird linebreaks.
</content>
</entry>
<entry>
<title>fix(common/init): Correctly handle quoted values in the `replacement_file`</title>
<updated>2024-10-04T16:51:32+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-04T16:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=45d41c233e951c993745e3d11a0410202a64fed8'/>
<id>urn:sha1:45d41c233e951c993745e3d11a0410202a64fed8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(common/init): Ignore the init script itself, when looking for leftover `%INIT_`s</title>
<updated>2024-10-04T16:51:30+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-04T16:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=1c544a116091153e318bded35d840617ca7208f0'/>
<id>urn:sha1:1c544a116091153e318bded35d840617ca7208f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(common/init): Check for not replaced `%INIT_` variables</title>
<updated>2024-10-04T15:54:28+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-04T15:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/flake-templates/commit/?id=9270236d5bacafe6d8247ef13a34a0d03c05f636'/>
<id>urn:sha1:9270236d5bacafe6d8247ef13a34a0d03c05f636</id>
<content type='text'>
</content>
</entry>
</feed>
