summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2020-10-23The Haskell documentation has moved to <https://haskell4nix.readthedocs.io/>.Peter Simons
That site is generated automatically from the set of text files found at <https://github.com/NixOS/cabal2nix/tree/master/doc>.
2020-10-18doc: Use mesa.drivers instead of legacy aliasJan Tojnar
It was moved in 263f5891b65c841352f5230a1aa7e22ac418a042.
2020-10-15Merge remote-tracking branch 'origin/master' into haskell-updates,Peter Simons
2020-10-13Merge master into staging-nextFrederik Rietdijk
2020-10-13docs: python39 is availableFrederik Rietdijk
2020-10-11Merge pull request #98084 from turion/patch-5Kevin Cox
agda.section.md: Fix header and enumeration
2020-10-10haskell-language-server: Init wrapper for multiple ghc versions at 0.5.0 ↵maralorn
(#99519) * haskell-language-server: Init wrapper for multiple ghc versions at 0.5.0 * Fix closure size * docs: Add hls section to Haskell part of manual
2020-10-06Merge staging-next into stagingFrederik Rietdijk
2020-09-29Merge branch 'staging-next' into stagingJan Tojnar
2020-09-26Merge pull request #93332 from wamserma/docs-remove-replace-linkDoron Behar
docs.stdenv: remove reference to replace tool
2020-09-25Merge pull request #97603 from zowoq/rust-test-threadsJörg Thalheim
2020-09-24Merge branch 'staging-next' into stagingJan Tojnar
2020-09-24Merge pull request #98503 from jtojnar/doc-promptsJan Tojnar
2020-09-24Merge pull request #98640 from raboof/rename-guide-to-nixpkgs-manualRok Garbas
doc: rename guide to 'Nixpkgs Manual'
2020-09-24doc: rename guide to 'Nixpkgs Manual'Arnout Engelen
For consistency with 'NixOS Manual' and 'Nix Manual', to better match what it's often called in practice, and to match its URL and HTML title.
2020-09-24docs/go: Add examples for and explain buildFlagsDoron Behar
Move common attributes treated by both buildGoModule and buildGoPackage to a separate section, out of the examples' "callouts". Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
2020-09-24buildRustPackage: support setting test-threadszowoq
2020-09-23doc: Improve code listingsJan Tojnar
By adding prompts and removing unnecessary indentation.
2020-09-22Merge staging-next into stagingFrederik Rietdijk
2020-09-21doc/python: remove trailing whitespacezowoq
2020-09-18agda.section.md: Fix header, enumerations, capitalisationManuel Bärenz
2020-09-12hooks: add moveSystemdUserUnitsHookRobert Helgesson
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`.
2020-09-10docs/rust: fix typoAlexandre Esteves
Co-authored-by: Drew <drewrisinger@users.noreply.github.com>
2020-09-08Merge pull request #97137 from danieldk/blis-0.7.0Daniël de Kok
blis: init at 0.7.0
2020-09-08buildGoPackage: check/delete vendorzowoq
2020-09-07doc/using/overlays.xml: add BLISDaniël de Kok
2020-09-05Merge pull request #76794 from ↵Silvan Mosberger
dudebout/document-nix-env-multiple-output-install-bug document nix-env bug relating to multiple output installation
2020-09-05document nix-env bug relating to multiple output installationNicolas Dudebout
2020-09-04Merge pull request #96963 from doronbehar/doc/nodejsMichele Guerini Rocco
doc: nodejs: Update override example to use overlays
2020-09-04vimPlugins: Document node-based pluginsJake Waksbaum
2020-09-02doc: nodejs: Update override example to use overlaysDoron Behar
Also: Add links so it'll be easier to find the referred files.
2020-08-20Merge pull request #84047 from aaronjanse/document-android-emulator-variableJohn Ericson
emulateApp: document $NIX_ANDROID_EMULATOR_FLAGS
2020-08-17doc/python: Add pythonImportsCheck mentionJonathan Ringer
2020-08-17doc/python: add pytestCheckHook sectionJonathan Ringer
2020-08-16Merge pull request #95511 from jtojnar/var-anchorsworldofpeace
doc: Add anchors to stdenv variables
2020-08-16buildRustPackage: remove platform.all from packageszowoq
2020-08-15doc: Add anchors to stdenv variablesJan Tojnar
Wanted to link them.
2020-08-15Merge pull request #95305 from jonringer/remove-py35Frederik Rietdijk
python35: remove
2020-08-14buildGoModule: update deleteVendor docszowoq
2020-08-12docs: update python interpreter versionsJonathan Ringer
2020-08-10doc/using/overlays.xml: fix some small glitchesDaniël de Kok
2020-08-10doc/using/overlays.xml: add AMD BLIS/LIBFLAME to the BLAS/LAPACK listDaniël de Kok
2020-08-02doc: Fix missing callout in go.xmlMatthew Mazzanti
Pull #89453 introduced a bug in the documentation that is preventing the hydra build for nixpkgs-unstable from finishing. I have added the additional option indroduced in that patch (runVend for go modules) and added the callout tag so that the documenation can build again.
2020-07-31Merge pull request #89453 from c00w/vendzowoq
Add vend support to go-modules
2020-07-31doc/*: editorconfig fixeszowoq
2020-07-30doc/steam: add docs about new steam moduleMaciej Krüger
2020-07-28go-modules: Add useVend flag to go-modulesColin L Rice
2020-07-18doc: add section for cataclysm-ddaMitsuhiro Nakamura
2020-07-18doc: fix MD_TARGETSMitsuhiro Nakamura
globstar (**) does not work in Makefile
2020-07-18doc/perl: fix buildzowoq