Merge pull request #34 from samueldr/released

factoids: Makes other FAQ entires URL cleaner.
This commit is contained in:
Graham Christensen 2018-01-10 19:42:02 -05:00 committed by GitHub
commit 5c06fc3d26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,8 @@
"!pills" = "https://nixos.org/nixos/nix-pills"
"!stuck" = "https://howoldis.herokuapp.com/"
"!doesanyoneuse" = "Don't ask if anyone uses software xyz, just ask your specific question. This helps solve your problem quicker, and allows people who haven't used xyz but may still be able to help you to do so."
"!library" = "Don't install libraries through nix-env or systemPackages. See https://nixos.wiki/wiki/FAQ#I_installed_a_library_but_my_compiler_is_not_finding_it._Why.3F for details."
"!-A" = "You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ#Why_not_use_nix-env_-i_foo.3F for details."
"!library" = "Don't install libraries through nix-env or systemPackages. See https://nixos.wiki/wiki/FAQ/Libraries for details."
"!-A" = "You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ/nix-env_-iA for details."
"!tofu" = "To get a sha256 hash of a new source, you can use the Trust On First Use model: use probably-wrong hash (for example: 0000000000000000000000000000000000000000000000000000) then replace it with the correct hash Nix expected."
"!unfree" = "You cannot install your unfree software? See https://nixos.wiki/wiki/FAQ/unfree"
"!notfound" = "nix-env -qaP does not show the package you are looking for but you are sure it should be there? Check out https://nixos.wiki/wiki/FAQ#I_cannot_find_.24package_when_running_nix-env_-qaP_even_with_channels_configured"