<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos-config/bootstrap, 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>2025-05-16T14:29:26+00:00</updated>
<entry>
<title>bootstrap: Remove</title>
<updated>2025-05-16T14:29:26+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-05-16T14:29:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=8b93ce2b1bddd873ebda5c58db1cae9c444307f3'/>
<id>urn:sha1:8b93ce2b1bddd873ebda5c58db1cae9c444307f3</id>
<content type='text'>
These scripts can be useful for the future, but currently they are just
tech-dept.
</content>
</entry>
<entry>
<title>treewide: Add nice GPL-3.0-or-later license header</title>
<updated>2025-04-27T14:25:12+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-04-27T14:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=83cc776bcdfae930d49f3c321ebf787e9ed7b111'/>
<id>urn:sha1:83cc776bcdfae930d49f3c321ebf787e9ed7b111</id>
<content type='text'>
This change also ensures that this repo is reuse-3.0 compliant.
</content>
</entry>
<entry>
<title>feat(modules/nix): Switch to `lix`</title>
<updated>2024-10-24T12:40:32+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-23T15:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=757ebd62d153dc404f82c597984d7271ec2adba0'/>
<id>urn:sha1:757ebd62d153dc404f82c597984d7271ec2adba0</id>
<content type='text'>
`nix` is currently constantly failing to open some of the sqlite
databases, which is just really obnoxious.

Although, as I have later found out, this is caused by a `bindfs` fuse
mount on `~/.cache`. This process is running against the `1024` open fd
soft limit, and thus refusing to open another one for the database.
</content>
</entry>
<entry>
<title>fix(treewide): Use `nixVersions.latest` instead of just `nix`</title>
<updated>2024-05-25T09:59:25+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-05-25T09:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=4007f5063bf431f2b0555af7448f656467907a6a'/>
<id>urn:sha1:4007f5063bf431f2b0555af7448f656467907a6a</id>
<content type='text'>
`nix` is an alias (in `all-packages.nix`) to `nixVersions.stable`.
`nixVersion.latest` is always the last released version of nix. I
obviously want that `nix` with more features (and slightly more bugs
probably).
</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>build(treewide): Update shell library</title>
<updated>2024-02-24T14:12:29+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-02-24T14:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=32d1ea64a579ad4f19fd4b5bc08353fe7a58605b'/>
<id>urn:sha1:32d1ea64a579ad4f19fd4b5bc08353fe7a58605b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(treewide): Reformat all files with treefmt</title>
<updated>2024-02-20T16:21:42+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-02-20T16:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=f2bdeaed0bcf97a880fe36cfc8a050d1643120b8'/>
<id>urn:sha1:f2bdeaed0bcf97a880fe36cfc8a050d1643120b8</id>
<content type='text'>
This includes getting all shellscripts to pass shellcheck. To accomplish
this, some old scripts were removed
</content>
</entry>
<entry>
<title>refactor(treewide): Add a `.sh` extension to shell scripts</title>
<updated>2024-02-20T15:35:15+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-02-20T15:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=cc09b607330385d6d81b9c47cf64a2442432e93f'/>
<id>urn:sha1:cc09b607330385d6d81b9c47cf64a2442432e93f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(treewide): Comply with the shell library's new argument names</title>
<updated>2024-01-13T21:19:00+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-01-13T21:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=98b5114389c6d0fc35fcddf4df0723de51e5622c'/>
<id>urn:sha1:98b5114389c6d0fc35fcddf4df0723de51e5622c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build(treewide): Update shell library</title>
<updated>2024-01-13T21:11:51+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2024-01-13T21:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=7678a8a01b35bb585e2e619920b2d93ecf16e3e0'/>
<id>urn:sha1:7678a8a01b35bb585e2e619920b2d93ecf16e3e0</id>
<content type='text'>
</content>
</entry>
</feed>
