forked from the-distro/ofborg
Merge pull request #24 from LnL7/factoids-nix-pills
add factoid for the nix pills
This commit is contained in:
commit
e92a8c95b5
15
README.md
15
README.md
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue