Epiphany web and nix manual fails, two small problems

epiphany web and nix manual fails, two small problems

  1. the error is that the web frame screen becomes unreadable, see attachment.

  1. 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

I found a duplicate on forum but still whit out a answer

duplicate

nix ref manual has an article about profiles, but it is not so easy to understand how it explains a possible solution to the problem “[FAIL] Found profiles outside of /nix/var/nix/profiles” some good suggestions

Nix ref manual

testing the path to profile/bin, there is no bin but a fill manifest.nix, with an unreadable indentation

~/.nix-profile]$ cat manifest.nix
[ ]

and –switch profile doesn’t make any difference either

nix-env --switch-profile /nix/var/nix/profiles/default

I must consider my problem solved, epiphany has been uninstalled and .nix-profile/bin has been deleted. :hugs:

$ nix --experimental-features nix-command config check
[PASS] PATH contains only one nix version.
[PASS] All profiles are gcroots.
[PASS] Client protocol matches store protocol.
[INFO] You are not trusted by store uri: daemon