Josef Kemetmüller

Results 16 issues of Josef Kemetmüller

First of all thank you for the nice summary. It's great to read others' findings on how to work efficiently with these two tools. The main documentation on nixos.org is...

It is prominently listed on the main page that: > This plugin may not be used with class, module, and package level fixtures. However as part of #66 certain issues...

help wanted

We should move the docs to reflect nix 2.0, e.g. ``` nix run "(import {}).python.withPackages (p: with p; [ numpy pandas ])" ```

**Describe the bug** I tried setting up a system-manager flake where I consume another flake that exposes a custom package and a corresponding `nixosModule` with a `systemd` service. In the...

bug

Some parts of nix already respect NO_COLOR=1. It seems however this functionality is desired, yet missing from `nix log`. See: https://discourse.nixos.org/t/disabling-colors-for-nix-log-output/17480

UX

The most recent version of nix supports coloured build outputs even when doing remote builds by specifying the build machines with the `ssh-ng://` protocol in the `/etc/nix/machines` file. This in...

improvement