| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #125494 from siraben/remove-stdenv-lib | Sandro | 2021-06-05 | 1 | -3/+0 |
| |\ |
|
| | * | coding-conventions: remove reference to stdenv.lib | Ben Siraphob | 2021-06-03 | 1 | -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 Tojnar | 2021-06-05 | 2 | -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 Mosberger | 2021-06-05 | 1 | -8/+11 |
| * | | treewide: setuptools_scm -> setuptools-scm | Sandro Jäckel | 2021-06-03 | 1 | -2/+2 |
| * | | doc: fix incorrect use of cargoDeps•••Thanks to @bjornfor for reporting this error!
| Daniël de Kok | 2021-06-01 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #124739 from SFrijters/doc-fetchpatch•••doc/coding-conventions: Add documentation for fetchpatch optional arguments | Maximilian Bosch | 2021-05-28 | 1 | -0/+10 |
| |\ |
|
| | * | doc/coding-conventions: Add documentation for fetchpatch optional arguments | Stefan Frijters | 2021-05-28 | 1 | -0/+10 |
| * | | Merge pull request #122158 from danieldk/import-cargo-lock•••rustPlatform.buildRustPackage: support direct use of Cargo.lock | Daniël de Kok | 2021-05-28 | 1 | -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 Kok | 2021-05-28 | 1 | -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 Kok | 2021-05-28 | 1 | -0/+31 |
| * | | | Merge pull request #120319 from fricklerhandwerk/docs-to-markdown•••doc/using: convert to markdown | Ryan Mulligan | 2021-05-27 | 7 | -878/+612 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | docs/using: shellSession -> ShellSession•••Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
| fricklerhandwerk | 2021-04-25 | 2 | -6/+6 |
| | * | | doc/using: convert to markdown | fricklerhandwerk | 2021-04-23 | 7 | -878/+612 |
| * | | | Merge pull request #124273 from NixOS/backporting-action•••Add backporting action | Domen Kožar | 2021-05-25 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | backport action: document the workflow | Domen Kožar | 2021-05-25 | 1 | -0/+2 |
| * | | | | beam-packages: drop erlang R18 R19 R20 and cuter | Thomas Depierre | 2021-05-25 | 1 | -2/+2 |
| * | | | | beam: fix documentation | happysalada | 2021-05-25 | 1 | -2/+2 |
| |/ / / |
|
| * | | | elixir: add deprecation schedule docs | happysalada | 2021-05-24 | 1 | -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 Ross | 2021-05-23 | 1 | -1/+1 |
| * | | | Merge pull request #123111 from hercules-ci/writeDirectReferencesToFile•••writeDirectReferencesToFile and maintenance | Robert Hensing | 2021-05-17 | 1 | -0/+47 |
| |\ \ \ |
|
| | * | | | writeReferencesToFile: docs and tests | Robert Hensing | 2021-05-15 | 1 | -0/+26 |
| | * | | | writeDirectReferencesToFile: init | Robert Hensing | 2021-05-15 | 1 | -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 Tojnar | 2021-05-17 | 1 | -7/+7 |
| * | | | | Merge pull request #121252 from NixOS/SuperSandro2000-patch-1•••doc/contributing: add unnecessary string conversions | Sandro | 2021-05-17 | 1 | -0/+12 |
| |\ \ \ \ |
|
| | * | | | | doc/contributing: add unnecessary string conversions | Sandro | 2021-04-30 | 1 | -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> | ydlr | 2021-05-17 | 1 | -0/+2 |
| * | | | | | dhall: Document language support in the Nixpkgs manual (#123051) | Gabriel Gonzalez | 2021-05-15 | 2 | -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 Chevalier | 2021-05-13 | 4 | -8/+10 |
| * | | | | rebar3: add rebar3WithPlugins | David | 2021-05-11 | 1 | -0/+4 |
| * | | | | nixpkgs-manual: lib.attrsets.mapAttrsToList returns a list (#122179) | Erlend Pedersen | 2021-05-08 | 1 | -1/+1 |
| * | | | | gnome: rename from gnome3•••Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
| Jan Tojnar | 2021-05-08 | 1 | -2/+2 |
| * | | | | wrapGAppsHook4: init | Jan Tojnar | 2021-05-05 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | Merge pull request #120534 from davidak/package-tests•••doc: add instructions for creating package tests | Luke Granger-Brown | 2021-05-01 | 1 | -0/+70 |
| |\ \ \ |
|
| | * | | | doc: add instructions for creating package tests | davidak | 2021-04-24 | 1 | -0/+70 |
| | | |/
| |/| |
|
| * | | | doc/contributing: clarify stdenv.lib deprecation | Sandro | 2021-04-30 | 1 | -1/+2 |
| | |/
|/| |
|
| * | | Merge pull request #110491 from neosimsim/agda-doc-fix-install-command•••agda: fix code snippet for installing Agda | Domen Kožar | 2021-04-27 | 1 | -9/+90 |
| |\ \ |
|
| | * | | agda: extend agda language frameworks manual section•••- add code snippets
- be more detailed on some aspects
| Alexander Ben Nasrallah | 2021-04-23 | 1 | -9/+90 |
| | |/ |
|
| * | | doc/submitting-changes: remove incorrect remark•••Tests don't only apply to NixOS modules, see for example tests/vscodium
| Patrick Hilhorst | 2021-04-26 | 1 | -1/+1 |
| * | | Merge pull request #119092 from numinit/update-androidenv•••androidenv: Allow multiple ndkVersions to be specified | John Ericson | 2021-04-25 | 1 | -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 Jones | 2021-04-24 | 1 | -2/+6 |
| * | | | Merge branch 'master' into staging-next•••Choose binwalk 2.3.1, 27 is legacy version for Python 2.
| Jan Tojnar | 2021-04-25 | 7 | -203/+121 |
| |\ \ \ |
|
| | * \ \ | Merge pull request #120231 from bobby285271/master•••doc: Convert builders/images/* to markdown | Jan Tojnar | 2021-04-24 | 7 | -203/+121 |
| | |\ \ \
| | |_|/
| |/| | |
|
| | | * | | doc/builders/images/*.xml: Convert to markdown | Bobby Rong | 2021-04-24 | 7 | -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 Ross | 2021-04-23 | 9 | -1617/+823 |
| |\| | | |
|
| | * | | | doc/contributing/*.xml: Convert to markdown | Bobby Rong | 2021-04-23 | 9 | -1617/+823 |
| | |/ / |
|
| * | | | Merge master into staging-next | github-actions[bot] | 2021-04-22 | 4 | -25/+40 |
| |\| | |
|
| | * | | Merge pull request #108919 from bryanasdev000/doc-dlib•••dlib: Update doc to use CommonMark | Sandro | 2021-04-22 | 3 | -25/+14 |
| | |\ \ |
|
| | | * | | doc/builders/packages/dlib.xml: Convert to markdown•••Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
| Bryan A. S | 2021-04-13 | 3 | -25/+14 |
| | * | | | Merge pull request #118269 from midchildan/feat/fuse/add-darwin | Sandro | 2021-04-22 | 1 | -0/+26 |
| | |\ \ \ |
|