<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos-config/sys/nixpkgs/pkgs/scripts/source, branch prime</title>
<subtitle>My NixOS system configuration, with some of my binaries</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/nixos-config/atom?h=prime</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/nixos-config/atom?h=prime'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/'/>
<updated>2024-05-20T14:14:26+00:00</updated>
<entry>
<title>refactor(sys): Modularize and move to `modules/system` or `pkgs`</title>
<updated>2024-05-20T14:14:26+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-05-20T14:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=368cb6b0d25db2ae23be42ad51584de059997e51'/>
<id>urn:sha1:368cb6b0d25db2ae23be42ad51584de059997e51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(sys/pkgs/neorg/nu): Delete the canceled try at a nu rewrite</title>
<updated>2024-05-12T11:54:58+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-05-12T11:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=f237724c23327e523ad42a9ed8cf0ece7f384a97'/>
<id>urn:sha1:f237724c23327e523ad42a9ed8cf0ece7f384a97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(sys/pkgs/scripts/update-sys): Enable completions</title>
<updated>2024-05-09T19:03:21+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-05-09T19:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=200c1037d9e94fc3a211651c940da6392ee153d9'/>
<id>urn:sha1:200c1037d9e94fc3a211651c940da6392ee153d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style(treewide): Format</title>
<updated>2024-03-30T10:18:05+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-03-30T10:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=831a43a6a4365403d8872fa934ecaa1cfdc2735e'/>
<id>urn:sha1:831a43a6a4365403d8872fa934ecaa1cfdc2735e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(pkgs/scripts/fupdate): Ignore args after `--`</title>
<updated>2024-03-29T22:23:16+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-03-29T22:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=f924002d8a1545c8fed14e3456ae04244fda1123'/>
<id>urn:sha1:f924002d8a1545c8fed14e3456ae04244fda1123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(pkgs/scripts/fupdate): Avoid polluting the arguments of the update script</title>
<updated>2024-03-29T22:21:25+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-03-29T22:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=f69de9902d408a93456e890dc74d0e1ba8e88251'/>
<id>urn:sha1:f69de9902d408a93456e890dc74d0e1ba8e88251</id>
<content type='text'>
Previously, arguments to fupdate were also passed along to the update
script, they should now be filtered out. If passing them along is
wanted, they can be put behind a `--`.
</content>
</entry>
<entry>
<title>fix(pkgs/scripts/fupdate): Avoid inversion in check for --no-script</title>
<updated>2024-03-29T22:20:11+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-03-29T22:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=17c6a92be31b47cfd0691f1991364f4095cc2757'/>
<id>urn:sha1:17c6a92be31b47cfd0691f1991364f4095cc2757</id>
<content type='text'>
The check ran the update script if `--no-script` was specified and did
not run it, if it was not.
</content>
</entry>
<entry>
<title>docs(pkgs/scripts/fupdate): Add somewhat better documentation</title>
<updated>2024-03-29T22:19:37+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-03-29T22:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=3796fe8f3f2f4708524961604345ce29a0baf6b2'/>
<id>urn:sha1:3796fe8f3f2f4708524961604345ce29a0baf6b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(treewide): Update the shell library version</title>
<updated>2024-03-24T15:37:04+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-03-23T20:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=b755ab39a32d654957a2417501e158331b57ea6f'/>
<id>urn:sha1:b755ab39a32d654957a2417501e158331b57ea6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(pkgs/scripts/spodi): Rewrite to support artist `update`</title>
<updated>2024-03-23T19:48:36+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-03-23T19:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=73cb8c56c72de9dc4e3cc69ea82bde3964632564'/>
<id>urn:sha1:73cb8c56c72de9dc4e3cc69ea82bde3964632564</id>
<content type='text'>
</content>
</entry>
</feed>
