Nix package manager: Difference between revisions
imported>Ixxie Added summary. |
imported>Mic92 No edit summary |
||
Line 2: | Line 2: | ||
This [[:Category:Discussion|discussion]] article is to cover the usage, internals and configuration of the Nix package manager. | This [[:Category:Discussion|discussion]] article is to cover the usage, internals and configuration of the Nix package manager. | ||
== 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. | |||
[[Category:Discussion]] | [[Category:Discussion]] | ||
[[Category:Nix]] | [[Category:Nix]] | ||
[[Category:Incomplete]] | [[Category:Incomplete]] |
Revision as of 12:04, 24 August 2017
This discussion article is to cover the usage, internals and configuration of the Nix package manager.
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.