Getting the following error after the same command got interrupted due to network issue.
cc: @Srid
❯ nix --accept-flake-config run github:juspay/nix-browser#nix-health
Error: Unable to gather nix info
Caused by:
0: Nix command error: Failed to decode command stdout (json error): invalid type: integer `1`, expected a string at line 1 column 11309
1: Failed to decode command stdout (json error): invalid type: integer `1`, expected a string at line 1 column 11309
2: invalid type: integer `1`, expected a string at line 1 column 11309
You got it working after a nix nix-upgrade
right? You Nix version must have been old, in which case it would be good to know what it was, because it looks like we probably should do the version check first before running anything else.
Last updated: Nov 15 2024 at 12:33 UTC