| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix catAttrs documentation signature | ivann | 2020-01-12 | 1 | -1/+1 |
| * | Merge pull request #70208 from mrVanDalo/feature/pull-request-workflow•••doc : improve and cleanup of submitting-changes | Lassulus | 2020-01-10 | 1 | -47/+16 |
| |\ |
|
| | * | doc/submitting-changes : improved section 15.1 | Ingolf Wagner | 2020-01-03 | 1 | -47/+16 |
| * | | Merge pull request #77298 from nomeata/haskell-docs-version•••nixpkgs manual: Update Haskell versions | Domen Kožar | 2020-01-09 | 1 | -15/+14 |
| |\ \ |
|
| | * | | nixpkgs manual: Update Haskell versions•••and leave a comment in all-packages.nix that the docs should be updated
| Joachim Breitner | 2020-01-08 | 1 | -15/+14 |
| * | | | python: Add support for installing Python eggs | adisbladis | 2020-01-08 | 1 | -0/+3 |
| |/ / |
|
| * / | treewide: replace make/build/configure/patchFlags with nix lists | Merijn Broeren | 2019-12-30 | 1 | -1/+1 |
| |/ |
|
| * | buildGoModule: support impure modules (#76532)•••When modSha256 is null, disable the nix sandbox instead of using a
fixed-output derivation. This requires the nix-daemon to have
`sandbox = relaxed` set in their config to work properly.
Because the output is (hopefully) deterministic based on the inputs,
this should give a reproducible output. This is useful for development
outside of nixpkgs where re-generating the modSha256 on each mod.sum
changes is cumbersome.
Don't use this in nixpkgs! This is why null is not the default value. | zimbatm | 2019-12-28 | 1 | -0/+9 |
| * | nixpkgs-review: 2.1.0 -> 2.1.1•••changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.1.1
| Jörg Thalheim | 2019-12-22 | 2 | -13/+13 |
| * | doc/texlive: Add "Custom packages" section (#74519)•••Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
| Immae | 2019-12-21 | 1 | -0/+91 |
| * | Merge pull request #75822 from LnL7/manual-python-virtualenv•••manual: specify interpreter in virtualenv shell | Maximilian Bosch | 2019-12-19 | 1 | -6/+7 |
| |\ |
|
| | * | manual: specify interpreter in virtualenv shell•••Without this virtualenv might try to setup an environment for a
different version of python then the one specified in the expression.
| Daiderd Jordan | 2019-12-17 | 1 | -6/+7 |
| * | | Merge pull request #74862 from alyssais/fetchgittiles•••fetchFromGitiles: init | Michael Raskin | 2019-12-17 | 1 | -0/+11 |
| |\ \
| |/
|/| |
|
| | * | fetchFromGitiles: init•••This has the same motivation as fetchFromGitHub/fetchFromGitLab --
it's cheaper to download a tarball of a single revision than it is to
download a whole history.
I could have gone with domain/group/repo, like fetchFromGitLab, but it
would have made implementation more difficult, and this syntax means
it's a drop-in replacement for fetchgit, so I decided it wasn't worth
it.
| Alyssa Ross | 2019-12-02 | 1 | -0/+11 |
| * | | dockerTools: the API has basically never changed | Graham Christensen | 2019-12-16 | 1 | -6/+0 |
| * | | dolt: init at 0.12.0 (#75693)•••* dolt: init at 0.12.0
* Update pkgs/servers/sql/dolt/default.nix
Co-Authored-By: robert seaton <robbpseaton@gmail.com>
* fix eval
* Update pkgs/servers/sql/dolt/default.nix
Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com>
* update Go docs as well
| Danylo Hlynskyi | 2019-12-16 | 1 | -2/+2 |
| * | | Merge pull request #75465 from worldofpeace/gnome-args•••doc/gnome: update wrapper args example, remove proliferated uses | worldofpeace | 2019-12-15 | 1 | -6/+6 |
| |\ \ |
|
| | * | | doc/gnome: update wrapper args example•••It now breaks down as mentioned in https://github.com/NixOS/nixpkgs/issues/75443
| worldofpeace | 2019-12-10 | 1 | -6/+6 |
| * | | | Merge pull request #74506 from waiting-for-dev/dontInstall•••doc/stdenv: Add docs for 'dontInstall' variable | Marek Mahut | 2019-12-10 | 1 | -0/+10 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | doc/stdenv: Add docs for 'dontInstall' variable | Marc Busqué | 2019-11-28 | 1 | -0/+10 |
| * | | | doc/contributing: mention icons & themes folders•••(#74376) | Renaud | 2019-12-07 | 1 | -0/+21 |
| * | | | pkgs/build-support/trivial-builders: remove runCommandCCLocal•••We shouldn’t force the user to have a C compiler in scope, just
because the derivation is forced to build locally. That can’t be
counted as “lightweight” anymore.
Co-Authored-By: Silvan Mosberger<contact@infinisil.com>
| Profpatsch | 2019-12-04 | 1 | -2/+2 |
| * | | | doc/builders: add ids to the trivial builder definitions•••This makes it possible to reference single function definitions,
for pointing people to their exact definition.
| Profpatsch | 2019-12-04 | 1 | -5/+5 |
| * | | | doc/builders/trivial-builders: added runCommandLocal docs•••The link in the note points to the `id` added in
https://github.com/NixOS/nix/pull/3255, so it might take some time to
start working correctly.
| Profpatsch | 2019-12-04 | 1 | -0/+13 |
| | |/
|/| |
|
| * | | dconf: move to top-level | Jan Tojnar | 2019-12-01 | 1 | -2/+2 |
| * | | Merge pull request #73846 from sjakobi/patch-1•••A few updates for the Haskell guide | Peter Simons | 2019-11-29 | 1 | -21/+23 |
| |\ \
| |/
|/| |
|
| | * | A few updates for the Haskell guide | Simon Jakobi | 2019-11-21 | 1 | -21/+23 |
| * | | doc: Remove improper use of backticks | Josef Kemetmüller | 2019-11-26 | 2 | -2/+2 |
| * | | Merge branch 'wrapper-pname-support-19.09' into wrapper-pname-support | John Ericson | 2019-11-24 | 1 | -1/+1 |
| |\ \ |
|
| | * | | doc: Fix and clarify `allowInsecurePredicate` example•••I had made inbalanced parens. Remove unneeded parens for legibility too.
| John Ericson | 2019-11-24 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'upstream/master' into wrapper-pname-support | John Ericson | 2019-11-24 | 86 | -8380/+5422 |
| |\ \ \
| |/ /
|/| /
| |/ |
|
| | * | beam-modules/hex-snapshot: remove•••The package set is not maintained. It is also not used by most of the
BEAM community. Removing it to allow a more useful set of tools fit to
the BEAM community in Nixpkgs.
| Thomas Depierre | 2019-11-17 | 1 | -286/+21 |
| | * | doc/contributing: mention the word “backporting” for grep-ability•••When a contributor wants to know how to do this ominous “backporting”
everybody is talking about, a grep should be enough to find it.
| Profpatsch | 2019-11-15 | 1 | -1/+1 |
| | * | Merge pull request #73362 from Infinisil/buildStackProjectChroot•••buildStackProject: Set __noChroot to make it fail without sandbox | Dennis Gosnell | 2019-11-14 | 1 | -1/+3 |
| | |\ |
|
| | | * | docs/haskell: Mention buildStackProject needs a disabled sandbox | Silvan Mosberger | 2019-11-14 | 1 | -1/+3 |
| | * | | documentation: show combining python35.withPackages and mkShell•••this had me stumped - thanks to adisbladis on irc
| Arnout Engelen | 2019-11-13 | 1 | -0/+18 |
| | * | | nixpkgs manual: add section on submitting security fixes | Frederik Rietdijk | 2019-11-13 | 1 | -0/+27 |
| | * | | nixpkgs manual: fix build•••after it was broken by 331f45f7bb5a90ce2b5516a9ae34da566f54e69c
| Frederik Rietdijk | 2019-11-13 | 1 | -3/+5 |
| | * | | update contributors documentation for nix-review (#73217)•••Useful for newcomers who want to do their review after committing and then stumbling across the PR checklist.
* replace nix-shell with nix run
| DavHau | 2019-11-12 | 1 | -3/+6 |
| | |/ |
|
| | * | xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add tr... | Sander van der Burg | 2019-11-11 | 1 | -1/+11 |
| | * | documentation: drop double 'the' | Arnout Engelen | 2019-11-09 | 3 | -4/+4 |
| | * | doc: fix allowUnfreePredicate example following the introduction of pname•••Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
| Théo Zimmermann | 2019-11-09 | 1 | -1/+1 |
| | * | Merge pull request #71899 from decentriq/aslemmer/build-rust-package-add-target•••build-support/rust: Add target option | Jörg Thalheim | 2019-11-01 | 1 | -0/+11 |
| | |\ |
|
| | | * | buildRustPackage: Add readme comment on target option | exfalso | 2019-11-01 | 1 | -0/+11 |
| | * | | nixpkgs manual: document staging-next branch | Frederik Rietdijk | 2019-10-31 | 1 | -20/+21 |
| | * | | nixpkgs manual: fix white space and indentation | Frederik Rietdijk | 2019-10-30 | 20 | -390/+371 |
| | * | | nixpkgs manual: move builders into one folder | Frederik Rietdijk | 2019-10-30 | 18 | -1/+1 |
| | * | | nixpkgs manual: move using chapters into one folder | Frederik Rietdijk | 2019-10-30 | 4 | -3/+3 |
| | * | | nixpkgs manual: move stdenv chapters into one folder | Frederik Rietdijk | 2019-10-30 | 6 | -5/+5 |
| | * | | nixpkgs manual: move contributing chapters into one folder | Frederik Rietdijk | 2019-10-30 | 6 | -5/+5 |