Merge pull request #24 from LnL7/factoids-nix-pills

add factoid for the nix pills
This commit is contained in:
Graham Christensen 2017-12-19 21:38:43 -05:00 committed by GitHub
commit e92a8c95b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -77,6 +77,21 @@ looks good to me!
as it'll try to build `list` `of` `attrs` `looks` `good` `to` `me!`.
# Why did my build fail?
Builds are run like:
> HOME=/homeless-shelter NIX_PATH=nixpkgs=$(pwd) nix-build ./default.nix \
> --no-out-link --keep-going -A hello \
> --option restrict-eval true \
> --option build-timeout 1800 \
> --argstr system thesystem
---
# arch
1. All github events go in to web/index.php, which sends the event to

View file

@ -2,6 +2,7 @@
"!factoids" = "Have a helpful Nix factoid? Send a PR! https://github.com/grahamc/ofborg/blob/released/factoids.toml"
"!cloudfront" = "https://gist.github.com/grahamc/df1bb806eb3552650d03eef7036a72ba"
"!which channel" = "https://gist.github.com/grahamc/c60578c6e6928043d29a427361634df6#which-channel-is-right-for-me"
"!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."