summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* cudaPackages.cudnn: remove patch version from name to conform with cudaPackag...Connor Baker2023-05-241-2/+2
* doc:fhs-envs: rewordAtemu2023-05-221-4/+8
* doc:fhs-envs: format example properly•••That sort of formatting wouldn't be accepted into Nixpkgs. We shouldn't format an example like that. Atemu2023-05-221-12/+12
* doc:fhs-envs: mention that runScript must be escaped by the callerAtemu2023-05-221-1/+2
* doc/python: remove usages of `fetchPypi` aliasesfigsoda2023-05-211-3/+4
* doc: fix typoNicolas Benes2023-05-201-1/+1
* Merge pull request #232594 from mweinelt/python-docs•••doc/languages-frameworks/python: update formatting and interpretersMartin Weinelt2023-05-201-101/+250
|\
| * doc/languages-frameworks/python: update formatting and interpreters•••Updates all interpreter references with 3.10/3.11, which are the current version, that we recurse into for their package set. Update all code examples with an explicit `format` and expand lists with multiple items as we do in the python package set. Also set `pythonImportsCheck` where tests are disabled. Martin Weinelt2023-05-201-101/+250
* | doc/stdenv/Dependencies: fix inference rule var name•••t0 is mentioned in the conclusion so we cannot use placeholder in the premise.Jan Tojnar2023-05-181-1/+1
|/
* treewide: don't use rustPlatform.rust•••This will be deprecated in the next commit. Alyssa Ross2023-05-121-5/+8
* Merge pull request #225313 from hercules-ci/testers-runNixOSTest•••testers.runNixOSTest: initJacek Galowicz2023-05-121-0/+20
|\
| * testers.runNixOSTest: init•••An up to date alternative to pkgs.nixosTest Robert Hensing2023-05-111-0/+20
* | Merge pull request #229770 from Misterio77/init-buildDartPackage•••buildDartApplication: initKira Bruneau2023-05-112-0/+66
|\ \ | |/ |/|
| * buildFlutterApplication: add docsGabriel Fontes2023-05-051-1/+30
| * buildDartApplication: init•••This adds a function for easily packaging non-flutter dart apps. Gabriel Fontes2023-05-052-0/+37
* | Merge pull request #231112 from farnoy/shortenPerlShebangs-manual-buildInputs•••doc: update shortenPerlShebang example to use nativeBuildInputsWeijia Wang2023-05-101-1/+1
|\ \
| * | doc: update shortenPerlShebang example to use nativeBuildInputsJakub Okoński2023-05-101-1/+1
* | | docs: typo in cuda docs, forgot a colon (:)Hraban Luyat2023-05-101-1/+1
|/ /
* | Merge pull request #197547 from hercules-ci/module-class-and-flake-import•••module system: Improve error messages around faulty importsRobert Hensing2023-05-063-1/+113
|\ \
| * | lib.modules: configurationClass -> class•••This simplifies the documentation. `configuration` is implied by `_type`. Robert Hensing2023-05-061-2/+2
| * | lib.modules: in evalModules return move _module.class -> configurationClassRobert Hensing2023-05-061-0/+8
| * | doc/module-system: `_module` is not internalRobert Hensing2023-05-061-1/+1
| * | lib.modules: Change class declaration in module to _classRobert Hensing2023-05-061-1/+1
| * | lib/modules: Move class out of specialArgsRobert Hensing2023-05-062-4/+4
| * | module-system.chapter.md: Elaborate on extendModules performanceRobert Hensing2023-05-061-2/+11
| * | module-system.chapter.md: Add mental model to `type` and `extendModules`Robert Hensing2023-05-061-0/+5
| * | fixup! doc: Add Module System chapter startRobert Hensing2023-05-061-16/+30
| * | doc: Add Module System chapter startRobert Hensing2023-05-062-0/+73
| * | nixos,nixpkgs: Add module classes•••This allows modules that declare their class to be checked. While that's not most user modules, frameworks can take advantage of this by setting declaring the module class for their users. That way, the mistake of importing a module into the wrong hierarchy can be reported more clearly in some cases. Robert Hensing2023-05-061-1/+4
* | | Merge pull request #230177 from SuperSandro2000/lib-fromJSON-2•••treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to …figsoda2023-05-061-1/+1
|\ \ \ | |/ / |/| |
| * | treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to lib.impo...Sandro Jäckel2023-05-061-1/+1
| |/
* / ocamlPackages.buildDunePackage: deprecate useDune2Et7f32023-05-061-9/+6
|/
* doc/default.nix: make the manual build on more than one core (#225921)•••* doc/default.nix: make the manual build on more than one core Let's build the manual with more than one core. Maybe people will take better care of it now that it is less painful to build.Adam Joseph2023-04-252-0/+7
* nodejs*: normalise names to better fit other packages•••Versioned package attributes are usually named like $pname_$version eg: nodejs-14_x -> nodejs_14 Sandro Jäckel2023-04-251-1/+1
* doc/stdenv/meta.chapter.md: document meta.badPlatforms (#225276)•••* doc/stdenv/meta.chapter.md: document meta.badPlatforms We don't have any documentation for the `meta.badPlatforms` attribute. This commit adds documentation for it.Adam Joseph2023-04-241-1/+18
* Merge pull request #225272 from amjoseph-nixpkgs/pr/docs/broken-vs-badPlatforms•••doc/stdenv/meta.chapter.md: explain difference between broken and badPlatformsAdam Joseph2023-04-241-1/+20
|\
| * remove trailing whitespaceAdam Joseph2023-04-231-1/+1
| * Update doc/stdenv/meta.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Adam Joseph2023-04-241-1/+17
| * Update doc/stdenv/meta.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Adam Joseph2023-04-241-1/+2
| * doc/stdenv/meta.chapter.md: explain difference between broken and badPlatforms•••There has been a longstanding ambiguity between `broken` and `badPlatforms`, which seem to serve overlapping purposes. This commit adds to the documentation two examples of constraints which cannot be expressed by `platforms` and `badPlatforms`. This commit also mentions `NIXPKGS_ALLOW_BROKEN=1` for overriding `broken`. Adam Joseph2023-04-111-1/+3
* | haskell.compiler.ghc94: 9.4.4 -> 9.4.5•••https://www.haskell.org/ghc/blog/20230418-ghc-9.4.5-released.html sternenseemann2023-04-221-1/+1
* | buildGoModule: don't inherit build hooks when building go-modules (#225349)•••* buildGoModule: don't inherit postBuild hook when building go-modules This is a slight revert of 5ce647b8bf7aee0d3862006d94df7878c7fc03a6 (#212800). Inheriting these hooks in the `.go-modules` derivation can be confusing: One doesn't expect them to run when generating the fixed output modules derivation, but only on the main derivation. A `postBuild` hook that adds some files to $out will cause a very hard to debug issue[1]. This commit adds support for a dedicated `modPostBuild` hook that will be used only by the derivation building `.go-modules`. Additionally, `go.section.md` now explains these attributes behavior better. [1]: https://discourse.nixos.org/t/cant-update-a-go-package-getting-go-inconsistent-vendoring/27063/6 Co-authored-by: Sandro <sandro.jaeckel@gmail.com>Doron Behar2023-04-221-1/+11
* | Merge pull request #225748 from Atemu/buildFHSEnvBubblewrap-by-default•••buildFHSEnv: use bubblewrap by defaultAtemu2023-04-161-3/+3
|\ \
| * | tree-wide: buildFHSUserEnv -> buildFHSEnvAtemu2023-04-161-3/+3
* | | doc/stdenv: don't use name in examples, highlight preferring pnamegilice2023-04-151-4/+8
|/ /
* | use subcommands in plugin updaters (#223164)•••* update.py: introduce subparsers for plugin updaters This is preliminary work to help create more powerful plugin updaters. Namely I would like to be able to "just add" plugins without refreshing the older ones (helpful when github temporarily removes a user from github due to automated bot detection). Also concerning the lua updater, we pin some of the dependencies, and I would like to be able to unpin the package without editing the csv (coming in later PRs). * doc/updaters: update command to update editor plugins including vim, kakoune and lua packages Co-authored-by: figsodaMatthieu Coudron2023-04-142-7/+12
* | Fix a small typo in the manual•••environements -> environmentsAndrew Morgan2023-04-141-1/+1
* | Merge pull request #226057 from tweag/fix-function-location-revision•••doc: Fix the function locations always pointing to masterSilvan Mosberger2023-04-141-1/+1
|\ \
| * | doc: Fix the function locations always pointing to master•••Instead of revisions as they should. This is (most-likely) caused by a simple typo, because Hydra is where the revision should come from, but it doesn't set `.revision` as the attribute, but rather `.rev`! Silvan Mosberger2023-04-131-1/+1
* | | Merge pull request #197247 from kip93/vmTools-docs•••Documentation: add vmToolsValentin Gagarin2023-04-142-0/+149
|\ \ \