Maximilian Bosch
Maximilian Bosch
`colmena` on latest master fails to evaluate a flake-based deployment using the streaming evaluator if the deployment is in a dirty git repository and Nix 2.17.0 is installed with the...
Nix preserves colored log outputs when printing logs which is a nice property. Unfortunately these colors are not preserved when running `colmena build`, for instance ```nix # package.nix { runCommand...
## Expected Behaviour I have `bind index,pager \CO sidebar-open` in my config. After building 20230322 I expected a `` on a maildir in the sidebar to let me browse through...
### Host operating system: output of `uname -a` `Linux carsten 5.15.70 #1-NixOS SMP Fri Sep 23 12:15:52 UTC 2022 x86_64 GNU/Linux` ### node_exporter version: output of `node_exporter --version` ``` node_exporter,...
`yubikey-agent` is an SSH agent written in Go that uses the PIV module of a YubiKey for SSH[1]. Since it takes a persistent transaction on the YubiKey, using e.g. `ykman`...
Counterpart to https://github.com/mautrix/python/pull/168
Suppose you start an unprivileged podman container like this: ``` podman run -it debian /bin/sh ``` Now, running `sudo cntr attach $(podman ps | tail -n1 | awk '{ print...
In 73694087a088ed4481b4ab268a03351b1bcaac3c I gave builds that failed because of a timeout or exceeded log limit a stop sign and I stand by that reasoning: with that it's possible to distinguish...
When using Hydra to build machine configurations, you'll often see "nixosConfigurations.foo" five times, i.e. for each build step being run. This isn't very helpful I think because in such a...
That way it's possible to observe which queries are fired against the DB from DBIx. This is particularly useful to find out if DBIx correctly prefetches everything it needs or...