You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I re-installed my system the last time, I used nix-shell -p nixUnstable to enter a shell with flakes enabled.
nixos-rebuild exited with errors about --extra-experimental-features beeing unknown.
nix --version told me, that I was on a recent nix version (2.4pre somewhen from beginning of August).
As that didn't work properly, I tried nix shell github:nixos/nix to get a nix from now, and I got the same error as before.
After a lot of trial and error I realized, that the demon still was running nix 2.3 and assumed that the error might be coming from the demon.
Describe the solution you'd like
nix --version should show not only the version of the nix CLI itself, but also of the demon it is connecting to (if it is using a demon).
Describe alternatives you've considered
There is no real alternative to this. But displaying client and server version separately is quite common in applications that are split in client and server.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I re-installed my system the last time, I used
nix-shell -p nixUnstable
to enter a shell with flakes enabled.nixos-rebuild
exited with errors about--extra-experimental-features
beeing unknown.nix --version
told me, that I was on a recentnix
version (2.4pre somewhen from beginning of August).As that didn't work properly, I tried
nix shell github:nixos/nix
to get a nix from now, and I got the same error as before.After a lot of trial and error I realized, that the demon still was running nix 2.3 and assumed that the error might be coming from the demon.
Describe the solution you'd like
nix --version
should show not only the version of the nix CLI itself, but also of the demon it is connecting to (if it is using a demon).Describe alternatives you've considered
There is no real alternative to this. But displaying client and server version separately is quite common in applications that are split in client and server.
The text was updated successfully, but these errors were encountered: