epiphany web and nix manual fails, two small problems
- the error is that the web frame screen becomes unreadable, see attachment.
- so i have tried to debug my nixos with this command white sudo a white out
*nix --experimental-features nix-command config check
- and it gave an unexpected and in some cry incomprehensible error message
$ nix --experimental-features nix-command config check
[PASS] PATH contains only one nix version.
[FAIL] Found profiles outside of /nix/var/nix/profiles.
The generation this profile points to might not have a gcroot and could be
garbage collected, resulting in broken symlinks.
"/home/user/.nix-profile/bin"
[PASS] Client protocol matches store protocol.
[INFO] You are not trusted by store uri: daemon
$ sudo nix --experimental-features nix-command config check
[sudo] password for:
[PASS] PATH contains only one nix version.
[FAIL] Found profiles outside of /nix/var/nix/profiles.
The generation this profile points to might not have a gcroot and could be
garbage collected, resulting in broken symlinks.
"/home/user/.nix-profile/bin"
[PASS] Client protocol matches store protocol.
[INFO] You are trusted by store uri: local
