Nix Cookbook: Difference between revisions
imported>Ixxie Moved Common Errors from Nix Package Manager discussion article. |
imported>Ixxie m Fixed section levels. |
||
Line 1: | Line 1: | ||
== Debugging == | |||
=== Common Errors === | |||
==== Bad configuration option: gssapikexalgorithms ==== | |||
Found when using an SSH binary from Nix on typically RPM-based distros like CentOS, Fedora, Scientific Linux, Redhat, etc. '''The quick fix:''' Just comment out the configuration option in the ssh config file, you probably don't need it. | Found when using an SSH binary from Nix on typically RPM-based distros like CentOS, Fedora, Scientific Linux, Redhat, etc. '''The quick fix:''' Just comment out the configuration option in the ssh config file, you probably don't need it. | ||
==== Desktop Environment does not find .desktop files ==== | |||
IF your DE does not look in <code>$HOME/.nix-profile/share</code> for .desktop files. | IF your DE does not look in <code>$HOME/.nix-profile/share</code> for .desktop files. |