summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #125494 from siraben/remove-stdenv-libSandro2021-06-051-3/+0
|\
| * coding-conventions: remove reference to stdenv.libBen Siraphob2021-06-031-3/+0
* | doc: Fix make in nix-shell•••When running make manually, makeFlags will not be passed. Let’s just use an environment variable. Jan Tojnar2021-06-052-5/+4
* | buildGoModule/buildGoPackage: Introduce ldflags argument•••Previously it was not possible to define multiple ldflags, since only the last definition applies, and there's some quoting issues with `buildFlagsArray`. With the new `ldflags` argument it's possible to do this, e.g. ldflags = drv.ldflags or [] ++ [ "-X main.Version=1.0" ] can now properly append a flag without clearing all previous ldflags. Silvan Mosberger2021-06-051-8/+11
* | treewide: setuptools_scm -> setuptools-scmSandro Jäckel2021-06-031-2/+2
* | doc: fix incorrect use of cargoDeps•••Thanks to @bjornfor for reporting this error! Daniël de Kok2021-06-011-1/+1
|/
* Merge pull request #124739 from SFrijters/doc-fetchpatch•••doc/coding-conventions: Add documentation for fetchpatch optional argumentsMaximilian Bosch2021-05-281-0/+10
|\
| * doc/coding-conventions: Add documentation for fetchpatch optional argumentsStefan Frijters2021-05-281-0/+10
* | Merge pull request #122158 from danieldk/import-cargo-lock•••rustPlatform.buildRustPackage: support direct use of Cargo.lockDaniël de Kok2021-05-281-0/+79
|\ \
| * | rustPlatform.buildRustPackage: support direct use of Cargo.lock•••This change introduces the cargoLock argument to buildRustPackage, which can be used in place of cargo{Sha256,Hash} or cargoVendorDir. It uses the importCargoLock function to build the vendor directory. Differences compared to cargo{Sha256,Hash}: - Requires a Cargo.lock file. - Does not require a Cargo hash. - Retrieves all dependencies as fixed-output derivations. This makes buildRustPackage much easier to use as part of a Rust project, since it does not require updating cargo{Sha256,Hash} for every change to the lock file. Daniël de Kok2021-05-281-0/+48
| * | rustPlatform.importCargoLock: init•••This function can be used to create an output path that is a cargo vendor directory. In contrast to e.g. fetchCargoTarball all the dependent crates are fetched using fixed-output derivations. The hashes for the fixed-output derivations are gathered from the Cargo.lock file. Usage is very simple, e.g.: importCargoLock { lockFile = ./Cargo.lock; } would use the lockfile from the current directory. The implementation of this function is based on Eelco Dolstra's import-cargo: https://github.com/edolstra/import-cargo/blob/master/flake.nix Compared to upstream: - We use fetchgit in place of builtins.fetchGit. - Sync to current cargo vendoring. Daniël de Kok2021-05-281-0/+31
* | | Merge pull request #120319 from fricklerhandwerk/docs-to-markdown•••doc/using: convert to markdownRyan Mulligan2021-05-277-878/+612
|\ \ \ | |_|/ |/| |
| * | docs/using: shellSession -> ShellSession•••Co-authored-by: Jan Tojnar <jtojnar@gmail.com> fricklerhandwerk2021-04-252-6/+6
| * | doc/using: convert to markdownfricklerhandwerk2021-04-237-878/+612
* | | Merge pull request #124273 from NixOS/backporting-action•••Add backporting actionDomen Kožar2021-05-251-0/+2
|\ \ \
| * | | backport action: document the workflowDomen Kožar2021-05-251-0/+2
* | | | beam-packages: drop erlang R18 R19 R20 and cuterThomas Depierre2021-05-251-2/+2
* | | | beam: fix documentationhappysalada2021-05-251-2/+2
|/ / /
* | | elixir: add deprecation schedule docshappysalada2021-05-241-0/+6
* | | doc/submitting-changes: should -> must•••To me, as a native English speaker, this doesn't change the meaning of the sentence at all. But to a non-native speaker, this can read like the staging-next rules are only recommendations. Let's make this clearer. Alyssa Ross2021-05-231-1/+1
* | | Merge pull request #123111 from hercules-ci/writeDirectReferencesToFile•••writeDirectReferencesToFile and maintenanceRobert Hensing2021-05-171-0/+47
|\ \ \
| * | | writeReferencesToFile: docs and testsRobert Hensing2021-05-151-0/+26
| * | | writeDirectReferencesToFile: initRobert Hensing2021-05-151-0/+21
* | | | doc: Add anchors to dhall sections•••This will ensure the sections have stable links as well as prevent conflicts (pandoc uses heading text for ids and DocBook requires unique ids across the book).Jan Tojnar2021-05-171-7/+7
* | | | Merge pull request #121252 from NixOS/SuperSandro2000-patch-1•••doc/contributing: add unnecessary string conversionsSandro2021-05-171-0/+12
|\ \ \ \
| * | | | doc/contributing: add unnecessary string conversionsSandro2021-04-301-0/+12
* | | | | restore buildMix and its bootstrapper (#122374)•••* restore mixBuild remove bootstrapper by going through ERL_LIBS mix will use ERL_LIBS to find compiled dependencies Co-authored-by: Zach <zach@hipcreativeinc.com>ydlr2021-05-171-0/+2
* | | | | dhall: Document language support in the Nixpkgs manual (#123051)Gabriel Gonzalez2021-05-152-0/+433
| |/ / / |/| | |
* | | | mkShell: introduce packages argument (#122180)•••The distinction between the inputs doesn't really make sense in the mkShell context. Technically speaking, we should be using the nativeBuildInputs most of the time. So in order to make this function more beginner-friendly, add "packages" as an attribute, that maps to nativeBuildInputs. This commit also updates all the uses in nixpkgs.Jonas Chevalier2021-05-134-8/+10
* | | | rebar3: add rebar3WithPluginsDavid2021-05-111-0/+4
* | | | nixpkgs-manual: lib.attrsets.mapAttrsToList returns a list (#122179)Erlend Pedersen2021-05-081-1/+1
* | | | gnome: rename from gnome3•••Since GNOME version is now 40, it no longer makes sense to use the old attribute name. Jan Tojnar2021-05-081-2/+2
* | | | wrapGAppsHook4: initJan Tojnar2021-05-051-1/+1
| |_|/ |/| |
* | | Merge pull request #120534 from davidak/package-tests•••doc: add instructions for creating package testsLuke Granger-Brown2021-05-011-0/+70
|\ \ \
| * | | doc: add instructions for creating package testsdavidak2021-04-241-0/+70
| | |/ | |/|
* | | doc/contributing: clarify stdenv.lib deprecationSandro2021-04-301-1/+2
| |/ |/|
* | Merge pull request #110491 from neosimsim/agda-doc-fix-install-command•••agda: fix code snippet for installing AgdaDomen Kožar2021-04-271-9/+90
|\ \
| * | agda: extend agda language frameworks manual section•••- add code snippets - be more detailed on some aspects Alexander Ben Nasrallah2021-04-231-9/+90
| |/
* | doc/submitting-changes: remove incorrect remark•••Tests don't only apply to NixOS modules, see for example tests/vscodium Patrick Hilhorst2021-04-261-1/+1
* | Merge pull request #119092 from numinit/update-androidenv•••androidenv: Allow multiple ndkVersions to be specifiedJohn Ericson2021-04-251-2/+6
|\ \
| * | androidenv: Allow multiple ndkVersions to be specified•••Android is deprecating ndk.dir in favor of specifying exact NDK version in Gradle configuration. Ensure that we can support multiple NDKs, and link them into the location the Android Gradle Plugin expects. Morgan Jones2021-04-241-2/+6
* | | Merge branch 'master' into staging-next•••Choose binwalk 2.3.1, 27 is legacy version for Python 2. Jan Tojnar2021-04-257-203/+121
|\ \ \
| * \ \ Merge pull request #120231 from bobby285271/master•••doc: Convert builders/images/* to markdownJan Tojnar2021-04-247-203/+121
| |\ \ \ | | |_|/ | |/| |
| | * | doc/builders/images/*.xml: Convert to markdownBobby Rong2021-04-247-203/+121
* | | | Merge remote-tracking branch 'nixpkgs/master' into staging-next•••Conflicts: pkgs/development/python-modules/pyvex/default.nix pkgs/top-level/python-packages.nix Alyssa Ross2021-04-239-1617/+823
|\| | |
| * | | doc/contributing/*.xml: Convert to markdownBobby Rong2021-04-239-1617/+823
| |/ /
* | | Merge master into staging-nextgithub-actions[bot]2021-04-224-25/+40
|\| |
| * | Merge pull request #108919 from bryanasdev000/doc-dlib•••dlib: Update doc to use CommonMarkSandro2021-04-223-25/+14
| |\ \
| | * | doc/builders/packages/dlib.xml: Convert to markdown•••Signed-off-by: Bryan A. S <bryanasdev000@gmail.com> Bryan A. S2021-04-133-25/+14
| * | | Merge pull request #118269 from midchildan/feat/fuse/add-darwinSandro2021-04-221-0/+26
| |\ \ \