From bc478c119a51137650c11ffe57f92a619a1f38ca Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Sat, 6 Jan 2018 23:21:53 -0500 Subject: [PATCH] factoids: Makes other FAQ entires URL cleaner. Self-explanatory, the previous anchor links may also have broken easily. --- factoids.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/factoids.toml b/factoids.toml index 864b9ce..54a0b0b 100644 --- a/factoids.toml +++ b/factoids.toml @@ -5,7 +5,7 @@ "!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#How_can_I_install_a_proprietary_or_unfree_package.3F"