ners
ners
I'm not quite sure why, but the overview section of the `nom build` output is always misaligned. This was tested on an M1 MacBook Pro running macOS Ventura. It looks...
`ConduitT` implements `MonadError` for a generic error type, which is in principle equivalent to `MonadCatch`. Tested this together with @vkleen on https://github.com/ners/dosh
Currently nix-monitored converts `nix run ` to `nix build && nix run `. This breaks for flake `apps` outputs, where what we should actually build is `.program`.
This PR adds a new `trilby infect` subcommand. The goal of Infect is building a kexec image and rebooting the target system into it.
As discussed at ZuriHac: the new and improved Rhine flake! ✨ Design goals: - minimise external dependencies; only Nixpkgs - use Nixpkgs to support all platforms and GHC versions -...
:warning: **Breaking change:** `lib.trilbyUser` now takes `trilby` as its first parameter. Migration plan: ```nix { lib, ... }: lib.trilbyUser { name = "ners"; } ``` becomes ```nix { trilby, lib,...
jetbrains.gateway: 2024.2.1 -> 2024.2.3 jetbrains.mps: 2024.1 -> 2024.1.1 jetbrains.rider: 2024.2.5 -> 2024.2.6 jetbrains.rust-rover: 2024.2.2 -> 2024.2.3 jetbrains-toolbox: 2.4.1.32573 -> 2.4.2.32922 Resolves https://github.com/NixOS/nixpkgs/issues/344374 ## Things done - Built on platform(s) -...