maralorn / nix-output-monitor

Pipe your nix-build output through the nix-output-monitor a.k.a nom to get additional information while building.
GNU Affero General Public License v3.0
907 stars 27 forks source link

nom depends on the new nix command but does not pass the corresponding experimental flags #67

Closed symphorien closed 2 years ago

symphorien commented 2 years ago
#  echo foo | nom
error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override

nom: Received ExitFailure 1 when running
Raw command: nix eval --impure --raw --expr builtins.currentSystem
#  nom --version
nix-output-monitor 2.0.0.2
nix (Nix) 2.11.0

Discovered when upgrading from NixOS 22.05 to unstable

maralorn commented 2 years ago

Wow, what a blunder. I will fix that asap.

maralorn commented 2 years ago

Fixed and released as 2.0.0.3