aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | doc/go: convert to markdownJörg Thalheim2020-11-283-249/+141
| | | | | |
| | * | | | Merge pull request #67496 from mb21/patch-1Jörg Thalheim2020-11-281-2/+3
| | |\ \ \ \ | | | | | | | | | | | | | | Docs: clarify Rust overlay on non-NixOS
| | | * | | | Docs: clarify Rust overlay on non-NixOSMauro Bieg2019-08-261-2/+3
| | | | | | |
| | * | | | | doc: clarify whitelistedLicensesGraham Bennett2020-11-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see the following for more info: https://github.com/NixOS/nixpkgs/blob/076860e0340a5e4a909b9a710e186508b14d1c90/pkgs/stdenv/generic/check-meta.nix#L229
| | * | | | | doc/python: Fix shebang link (#105196)applePrincess2020-11-281-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson2020-11-285-1088/+44
| |\ \ \ \ \
| * | | | | | add documentationAaron Janse2020-10-171-0/+3
| | | | | | |
| * | | | | | rust: Add support for managing target JSON in NixJohn Ericson2020-10-141-3/+52
| | | | | | |
* | | | | | | Merge pull request #101537 from jtojnar/gtk-trackerJan Tojnar2020-11-282-4/+32
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | doc/gnome: Document gdk-pixbuf setup hookJan Tojnar2020-11-262-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It was briefly mentioned in stdenv docs but since it interacts with wrapGAppsHook, it should be documented here.
| * | | | | | wrapGAppsNoGuiHook: initJan Tojnar2020-11-261-3/+10
| | |_|_|/ / | |/| | | |
* / | | | | doc: convert beam docs to commonmarkStephen OBrien2020-11-263-160/+85
|/ / / / /
* | | | | doc/builders: Remove out-of-date examplePamplemousse2020-11-171-7/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Pamplemousse <xav.maso@gmail.com>
* | | | | doc/contributing: remove label instructionsJonathan Ringer2020-11-141-48/+0
| | | | | | | | | | | | | | | | | | | | ofborg largely does this now
* | | | | doc/*: fix indentationzowoq2020-11-121-2/+2
| | | | |
* | | | | Make maintainer documentation more direct (#103455)Kevin Cox2020-11-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Additionally fixes the "list of names and emails" to be a list of maintainer expressions. A follow-up from the discussion in https://github.com/NixOS/nixpkgs/pull/96666
* | | | | dotnet: document new net packagesFelix Tenley2020-11-111-2/+2
| | | | |
* | | | | Merge pull request #96666 from raboof/nixpkgs-document-new-maintainer-conventionKevin Cox2020-11-111-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Document conventions around adding new maintainers
| * | | | | Document conventions around adding new maintainersArnout Engelen2020-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding them to `maintainers/maintainer-list` in a separate commit. Co-Authored-By: Pavol Rusnak <pavol@rusnak.io> Co-Authored-By: Atemu <atemu.main@gmail.com> Co-Authored-By: Kevin Cox <kevincox@kevincox.ca>
* | | | | | Merge pull request #95165 from turion/patch-4Kevin Cox2020-11-051-6/+40
|\ \ \ \ \ \ | | | | | | | | | | | | | | Doc -> Languages & Frameworks -> Rust: Update
| * | | | | | Doc -> Languages & Frameworks -> Rust: UpdateManuel Bärenz2020-09-261-6/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add information on declarative overlay usage
* | | | | | | Merge pull request #98383 from raboof/document-jreRobert Hensing2020-11-051-2/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openjdk: add derivation to generate bespoke minimal JRE's
| * | | | | | | openjdk: add derivation to generate bespoke minimal JRE'sArnout Engelen2020-11-041-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
* | | | | | | | Merge master into staging-nextFrederik Rietdijk2020-11-042-0/+355
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #100660 from fzakaria/faridzakaria/maven-documentationDoron Behar2020-11-042-0/+355
| |\ \ \ \ \ \ \ \
| | * | | | | | | | documentation: add documentation for mavenFarid Zakaria2020-11-032-0/+355
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add nice markdown documentation for how to use mvn2nix plugin and the buildMaven function within nixpkgs. Update doc/languages-frameworks/maven.md Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> Apply suggestions from code review Co-authored-by: Doron Behar <doron.behar@gmail.com> Apply suggestions from code review Co-authored-by: Doron Behar <doron.behar@gmail.com> Apply suggestions from code review Co-authored-by: Doron Behar <doron.behar@gmail.com>
* | | | | | | | | | Merge master into staging-nextFrederik Rietdijk2020-11-031-3/+1
|\| | | | | | | | |
| * | | | | | | | | kakoune: rework plugin supportDaniel Gorin2020-11-011-3/+1
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation of plugin-support for the kakoune derivation was based on generating, at build time, a `plugins.kak` file that would source all .kak files in the list of plugins, and wrap the `kak` binary in a script that would add some command-line arguments so that this file gets loaded on start-up. The main problem with this approach is that the plugins' code get executed *after* the user's configuration file is loaded, so effectively one cannot automatically activate/configure these plugins. The idiomatic way of loading plugins is ensuring they end up installed somwhere under `share/kak/autoload`. Because plugins are already being packaged to have their code in `share/kak/autoload/plugins/<name-of-plugin>`, we can obtain a derivation that includes the plugins simply by doing a `symlinkJoin` of `kakoune-unwrapped` and all the requested plugins. For this to work, we need to fix two issues: 1. By default, kakoune makes `share/kak/autoload` a symbolic link to `share/kak/rc`, which contains all builtin definitions. We need to patch this to put the symlink under `share/kak/autoload/rc`, so that the join works. 2. By default kakoune expects the `autoload` directory to be in `../share/kak/autoload` relative to the location of the `kak` binary. We need to set the `KAKOUNE_RUNTIME` to point the symlinked share/kak for this to work.
* | | | | | | | | Merge branch 'master' into staging-nextVladimír Čunát2020-10-312-0/+24
|\| | | | | | | |
| * | | | | | | | Merge pull request #101894 from AndersonTorres/terminal-emulatorsAnderson Torres2020-10-281-0/+10
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Create a directory-category for terminal emulators
| | * | | | | | | | A directory-category for terminal emulatorsAndersonTorres2020-10-281-0/+10
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a mostly cosmetical commit, in the sense it doesn't change the contents of any package, but reorganizes the overall Nixpkgs expressions. Terminal emulators are an ubiquitous tool for any Unix user; even the beginners are routinely familiarized to it. And, manifestly, there are many implementations of terminal emulators out there, from those traditionally made in C and C++ to those written in Haskell and Go. Terminal emulators deserve more highlight. This commit does that by creating a category for them.
| * / | | | | | | vimPlugins: document update procesAustin Butler2020-10-281-0/+14
| |/ / / / / / /
* / / / / / / / Recover the complicated situation after my bad mergeVladimír Čunát2020-10-261-1/+6
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I made a mistake merge. Reverting it in c778945806b undid the state on master, but now I realize it crippled the git merge mechanism. As the merge contained a mix of commits from `master..staging-next` and other commits from `staging-next..staging`, it got the `staging-next` branch into a state that was difficult to recover. I reconstructed the "desired" state of staging-next tree by: - checking out the last commit of the problematic range: 4effe769e2b - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken merge commit and its revert from that range (while keeping reapplication from 4effe769e2) - merging the last unaffected staging-next commit (803ca85c209) - fortunately no other commits have been pushed to staging-next yet - applying a diff on staging-next to get it into that state
* | | | | | | Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-251-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm sorry; I didn't notice it contained staging commits. This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075.
* | | | | | | Merge #101508: libraw: 0.20.0 -> 0.20.2Vladimír Čunát2020-10-251-1/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2020-10-182-1/+34
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge staging-next into stagingFrederik Rietdijk2020-10-132-19/+24
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | installShellFiles: Enhance installShellCompletionLily Ballard2020-10-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach installShellCompletion how to install completions from a named pipe. Also add a convenience flag `--cmd NAME` that synthesizes the name for each completion instead of requiring repeated `--name` flags. Usage looks something like installShellCompletion --cmd foobar \ --bash <($out/bin/foobar --bash-completion) \ --fish <($out/bin/foobar --fish-completion) \ --zsh <($out/bin/foobar --zsh-completion) Fixes #83284
* | | | | | | | | The Haskell documentation has moved to <https://haskell4nix.readthedocs.io/>.Peter Simons2020-10-231-1120/+6
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That site is generated automatically from the set of text files found at <https://github.com/NixOS/cabal2nix/tree/master/doc>.
* | | | | | | | doc: Use mesa.drivers instead of legacy aliasJan Tojnar2020-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was moved in 263f5891b65c841352f5230a1aa7e22ac418a042.
* | | | | | | | Merge remote-tracking branch 'origin/master' into haskell-updates,Peter Simons2020-10-153-19/+37
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge master into staging-nextFrederik Rietdijk2020-10-132-19/+24
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | docs: python39 is availableFrederik Rietdijk2020-10-131-2/+2
| | | | | | |
| | * | | | | Merge pull request #98084 from turion/patch-5Kevin Cox2020-10-111-17/+22
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | agda.section.md: Fix header and enumeration
| | | * | | | | agda.section.md: Fix header, enumerations, capitalisationManuel Bärenz2020-09-181-17/+22
| | | | | | | |
| * | | | | | | Merge staging-next into stagingFrederik Rietdijk2020-10-061-3/+6
| |\| | | | | |
| * | | | | | | Merge branch 'staging-next' into stagingJan Tojnar2020-09-292-4/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2020-09-2415-213/+249
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge staging-next into stagingFrederik Rietdijk2020-09-221-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | hooks: add moveSystemdUserUnitsHookRobert Helgesson2020-09-121-0/+13
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hook moves systemd user service file from `lib/systemd/user` to `share/systemd/user`. This is to allow systemd to find the user services when installed into a user profile. The `lib/systemd/user` path does not work since `lib` is not in `XDG_DATA_DIRS`.