raf

Results 323 comments of raf

Hi, I don't really know a good way of implementing this without further evaluating the Home Manager module so I'm not very keen on adding this at the moment. I'll...

Frankly I consider this a feature of nh. Activation *scripts* are absolutely atrocious. Though I was working on this recently. Might add something to allow displaying such logs in commands...

The problem with error propagation has been fixed in current master. Please try getting nh from the source and see if the issue persists. I'll see what I can do...

> It just tells that an error during activation has happened. I have to search for it using journalctl -u home-manager-mloeper.service though. This is currently intended behaviour. Also not what...

I'd like to keep verbosity flags exclusive to application logs, and not use them for command forwarding. Currently workint on a flag to display failed service statuses on rebuild, I'll...

This has been implemented in #465 for the `os` subcommand. In the case of @MartinLoeper this should display the Home Manager service failure if it is installed as a NixOS...

I'll try to make it a little more generic and support it across platforms.

#479 should do the trick. I've did it a bit quick and dirty but I'm mostly positive it'll work as expected on Home Manager and Darwin platforms. Testing would be...

I'm not sure if we really need treefmt-nix. *If* we had a convoluted stack of formatters, that could be useful but with just two I don't see a reason why...

here's a quick and relatively fast (much faster than bash) example: ```nix writeDashBin "lint" { makeWrapperArgs = [ "--prefix" "PATH" ":" "${lib.makeBinPath with pkgs; [ deadnix statix alejandra ]}" ];...