about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* gitAndTools.git-remote-hg: 0.2-e716a9e1a9e460a45663694ba4e9e8894a8452b2 -> 1.0.0Alyssa Ross2019-03-15
| | | | | | | | | The current version no longer works with our packaged Mecurial.[1] The original repository appears to no longer be maintained, but there is a maintained fork, which is now used for the Debian package. [1]: https://github.com/felipec/git-remote-hg/issues/72
* modules/sway: add firefox keyboard shortcutAlyssa Ross2019-03-15
|
* modules: use pkgs.substituteAll where applicableAlyssa Ross2019-03-15
| | | | | I misread the implmentation, and thought it only worked for derivations that produced directories, so hadn't been using it until now.
* modules/git: configure email sendingAlyssa Ross2019-03-15
|
* modules/mail: set default msmtp accountAlyssa Ross2019-03-15
|
* modules/git: sort configAlyssa Ross2019-03-15
|
* modules/git: add git-remote-hgAlyssa Ross2019-03-13
|
* modules/git: add mozlz4 textconvAlyssa Ross2019-03-13
|
* modules/git: add JSON textconvAlyssa Ross2019-03-13
|
* linux_latest-libre: fix buildAlyssa Ross2019-03-11
| | | | Fixes https://github.com/NixOS/nixpkgs/issues/56890.
* modules/git: remove user configAlyssa Ross2019-03-11
| | | | | This is unnecessary since they are set in the standard ways (EMAIL and GECOS).
* modules/users: add GECOS for qylissAlyssa Ross2019-03-11
|
* python3Packages.priority: fix buildAlyssa Ross2019-03-11
|
* python36Packages.hpack: fix buildAlyssa Ross2019-03-11
|
* Merge commit '5d3fd3674a66c5b1ada63e2eace140519849c967'Alyssa Ross2019-03-11
|\
| * Merge pull request #56918 from grahamc/closure-graph-memoryShea Levy2019-03-06
| |\ | | | | | | references-by-popularity: get a handle on memory usage
| | * references-by-popularity: cache computation to avoid memory bloatGraham Christensen2019-03-05
| | | | | | | | | | | | | | | | | | | | | | | | On very large graphs (14k+ paths), we'd end up with a massive in memory tree of mostly duplication. We can safely cache trees and point back to them later, saving memory.
| | * references-by-popularity: create debug outputGraham Christensen2019-03-05
| | |
| * | all-cabal-hashes: update to Hackage at 2019-03-06T13:04:35ZPeter Simons2019-03-06
| | |
| * | hackage-packages.nix: automatic Haskell package set updatePeter Simons2019-03-06
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.14.2 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/76af45f9cbc931ac3bdea9a491c171d8f2d8e694.
| * | buildPythonPackage: fix building with flitFrederik Rietdijk2019-03-06
| | |
| * | Merge pull request #56778 from kolloch/patch-2Vladyslav M2019-03-06
| |\ \ | | | | | | | | buildRustCrate: Make CARGO_MANIFEST_DIR absolute
| | * | buildRustCrate: Make CARGO_MANIFEST_DIR absolutePeter Kolloch2019-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While it is not obvious from the source, cargo sets CARGO_MANIFEST_DIR to an absolute directory. This let to a build problem with the popular "tera" crate using the "pest" crate. ## Cargo details The variable is set here: https://github.com/rust-lang/cargo/blob/f7c91ba6220e1b96aa14e5964e7074452f9551fb/src/cargo/core/compiler/compilation.rs#L229 and computed from the `manifest_path`: https://github.com/rust-lang/cargo/blob/f7c91ba6220e1b96aa14e5964e7074452f9551fb/src/cargo/core/package.rs#L163 The manifest path is also exported via `cargo metadata` where you can see that it is absolute.
| * | | luarocks: fix meta after refactoring, thanks to @peti for mentioningMichael Raskin2019-03-06
| | | |
| * | | Merge pull request #56905 from timokau/pari-fixJörg Thalheim2019-03-06
| |\ \ \ | | | | | | | | | | pari: fix off-by-one error
| | * | | pari: fix off-by-one errorTimo Kaufmann2019-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done by applying upstream patch. Will be included in the next release. Upstream: https://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=2117
| | * | | pari: add timokau as maintainerTimo Kaufmann2019-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm mostly interested in this package because it is a dependency of sage. I'd like to be notified on changes (which ofBorg will do when I'm listed as a maintainer).
| | * | | pari: slight refactoringTimo Kaufmann2019-03-05
| | | | | | | | | | | | | | | | | | | | Use pname, one line per argument.
| * | | | haskellPackages: switch default package set to ghc 8.6.4Peter Simons2019-03-06
| | | | |
| * | | | luarocks: switch to a less intrusive update-walker metadata styleMichael Raskin2019-03-06
| | | | |
| * | | | python.pkgs.semver: 2.7.9 -> 2.8.1Frederik Rietdijk2019-03-06
| | | | |
| * | | | Merge pull request #56899 from NixOS/update-cabextractPascal Wittmann2019-03-06
| |\ \ \ \ | | | | | | | | | | | | cabextract: 1.9 -> 1.9.1
| | * | | | cabextract: 1.9 -> 1.9.1Pascal Wittmann2019-03-05
| | | | | |
| * | | | | Merge pull request #56897 from stephengroat/patch-1Florian Klink2019-03-06
| |\ \ \ \ \ | | | | | | | | | | | | | | terraform-providers: version bumps
| | * | | | | terraform-providers: version bumpsStephen2019-03-05
| | |/ / / /
| * | | | | nixos/nginx: Support additional listen parameters (#56835)Janne Heß2019-03-06
| | | | | |
| * | | | | Merge pull request #56748 from andrew-d/adunham/xournalppFlorian Klink2019-03-06
| |\ \ \ \ \ | | | | | | | | | | | | | | xournalpp: init at 1.0.8
| | * | | | | xournalpp: init at 1.0.8Andrew Dunham2019-03-04
| | | | | | |
| * | | | | | Merge pull request #56532 from dtzWill/update/davmail-5.2.0David Guibert2019-03-06
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | davmail: 4.8.6 -> 5.2.0
| | * | | | | | davmail: 4.8.6 -> 5.2.0Will Dietz2019-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5.2.0 announcement: https://sourceforge.net/p/davmail/news/2019/02/davmail-520-released/
| * | | | | | | Merge pull request #56913 from markuskowa/rm-julia06markuskowa2019-03-06
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | julia: remove 0.6.4 (julia_06)
| | * | | | | | | julia: remove 0.6.4 (julia_06)Markus Kowalewski2019-03-05
| | | | | | | | |
| * | | | | | | | nixos/test/docker-tools: fix Nix image digestAntoine Eiche2019-03-06
| | | | | | | | |
| * | | | | | | | ttyd: init at 1.4.2_pre174_6df6ac3eAustin Seipp2019-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ttyd hasn't seen a release in a while, but has a few useful bugfixes and features (such as IPv6) that are good to have. It also seems to fix a few crashes I encountered (likely due to newer openssl/libwebsockets). So in an untraditional fashion, we'll adopt this with a _pre tag to ensure it gets bumped correctly later on. Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | | | | | | | Merge pull request #56895 from vdemeester/update-skopeolewo2019-03-06
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | skoepo: 0.1.34 -> 0.1.35
| | * | | | | | | | skoepo: 0.1.34 -> 0.1.35Vincent Demeester2019-03-05
| | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
| * | | | | | | | ghc: add new 8.6.4 versionPeter Simons2019-03-06
| | | | | | | | |
| * | | | | | | | Merge pull request #56567 from Izorkin/datadog-agentWael Nasreddine2019-03-05
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | datadog-agent: update go packages and sub-packages
| | * | | | | | | | datadog-agent: add old version pg8000Izorkin2019-03-02
| | | | | | | | | |
| | * | | | | | | | datadog-process-agent: 6.5.0 -> 6.10.0Izorkin2019-03-01
| | | | | | | | | |