summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update .github/workflows/no-channel.yml•••Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>origin/ci-no-channelJonas Chevalier2021-01-171-1/+1
* ci: add no-channel checkzimbatm2021-01-161-0/+21
* Merge pull request #108770 from FlorianFranzen/firefox_update•••Firefox 84.0.2ajs1242021-01-104-1159/+1159
|\
| * firefox-esr-78: 78.5.0 -> 78.6.1Florian Franzen2021-01-081-2/+2
| * firefox: 84.0.1 -> 84.0.2Florian Franzen2021-01-081-2/+2
| * firefox-bin: 84.0.1 -> 84.0.2Florian Franzen2021-01-081-385/+385
| * firefox-devedition-bin: 84.0b4 -> 85.0b6Florian Franzen2021-01-081-385/+385
| * firefox-beta-bin: 85.0b4 -> 85.0b6Florian Franzen2021-01-081-385/+385
* | x11/xorg: run generator to apply change to stdenv.lib -> libProfpatsch2021-01-101-221/+221
* | x11/xorg: stdenv.lib -> lib in meta generator•••The library does not depend on stdenv, that stdenv exposes lib is an artifact of the ancient origins of nixpkgs. I didn’t run the generator since it takes quite a while, but it should be automatically done the next time somebody updates a package. Profpatsch2021-01-101-1/+1
* | toplevel: stdenv.lib -> lib•••The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs. Profpatsch2021-01-108-81/+83
* | Merge pull request #108955 from asymmetric/tarsnap-doc-format•••modules/tarsnap: document timestamp formatJörg Thalheim2021-01-101-8/+3
|\ \
| * | modules/tarsnap: document timestamp formatLorenzo Manacorda2021-01-101-8/+3
* | | Merge pull request #89775 from numinit/update-androidenvJörg Thalheim2021-01-1025-5064/+6156
|\ \ \ | |/ / |/| |
| * | Rework androidenv package generation•••androidenv did not previously write license files, which caused certain gradle-based Android tools to fail. Restructure androidenv's list of Android packages into a single repo.json file to prevent duplication and enable us to extract the EULA texts, which we then hash with builtins.hashString to produce the license files that Android gradle tools look for. Remove includeDocs and lldbVersions, as these have been removed from the Android package repositories. Improve documentation and examples. numinit2021-01-0325-5064/+6156
* | | Merge pull request #104658 from poscat0x04/add-fcitx5•••Add fcitx5Matthieu Coudron2021-01-1016-1/+697
|\ \ \
| * | | fcitx5-table-other: Init at 5.0.1Poscat2021-01-102-0/+40
| * | | fcitx5-table-extra: Init at 5.0.1Poscat2021-01-102-0/+40
| * | | nixos/input-methods: add fcitx5Poscat2021-01-103-1/+35
| * | | fcitx5-with-addons: InitPoscat2021-01-102-0/+20
| * | | fcitx5-chinese-addons: Init at 5.0.2Poscat2021-01-102-0/+78
| * | | fcitx5-lua: Init at 5.0.1Poscat2021-01-102-0/+42
| * | | libime: Init at 1.0.2Poscat2021-01-102-0/+65
| * | | fcitx5-rime: Init at 5.0.2Poscat2021-01-102-0/+49
| * | | fcitx5-configtool: Init at 5.0.1Poscat2021-01-102-0/+62
| * | | fcitx5-gtk: Init at 5.0.1Poscat2021-01-102-0/+73
| * | | fcitx5-qt: Init at 5.0.1Poscat2021-01-102-0/+48
| * | | fcitx5: Init at 5.0.3Poscat2021-01-102-0/+102
| * | | xcb-imdkit: Init at 1.0.1Poscat2021-01-102-0/+43
* | | | Merge pull request #107860 from thatsmydoing/redis-tlsSandro2021-01-101-3/+10
|\ \ \ \
| * | | | redis: move pkgconfig to nativeBuildInputsThomas Dy2021-01-041-1/+3
| * | | | redis: build with TLS supportThomas Dy2021-01-041-3/+8
* | | | | Merge pull request #108904 from aanderse/php-oci8•••php80.extensions.oci8: 2.2.0 -> 3.0.1Elis Hirwing2021-01-102-5/+9
|\ \ \ \ \
| * | | | | php80.extensions.oci8: 2.2.0 -> 3.0.1Aaron Andersen2021-01-092-5/+9
* | | | | | prometheus-wireguard-exporter: 3.3.0 -> 3.4.2Maximilian Bosch2021-01-101-3/+3
* | | | | | nixos/gitea: add ma27 as maintainerMaximilian Bosch2021-01-101-1/+1
* | | | | | Merge pull request #108929 from ymatsiuk/addmodule•••appgate-sdp: add appgate-sdp to modules listAaron Andersen2021-01-101-0/+1
|\ \ \ \ \ \
| * | | | | | appgate-sdp: add appgate-sdp to modules listYurii Matsiuk2021-01-101-0/+1
* | | | | | | Merge pull request #96935 from rvolosatovs/update/ioquake3•••ioquake3: 2019-05-29 -> 2020-08-29Sandro2021-01-101-6/+6
|\ \ \ \ \ \ \
| * | | | | | | ioquake3: 2019-05-29 -> 2020-12-26Roman Volosatovs2021-01-081-6/+6
* | | | | | | | Merge pull request #107958 from ztzg/x-16304-ubuntu-determinism•••vmTools.debClosureGenerator: Fix non-determinism in dependency graphJörg Thalheim2021-01-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | vmTools.debClosureGenerator: Fix non-determinism in dependency graph•••By default, Perl versions since 5.8.1 use randomization to make hashes resistant to complexity attacks. That randomization makes building VM images such as ubuntu1804x86_64 non-deterministic because the (imported) derivations built by deb/deb-closure.pl are not stable. This can easily be observed by repeating the following sequence of commands and noting the path of the image's .drv: nix-instantiate -E '(import <nixpkgs> {}).vmTools.diskImageFuns.ubuntu1804x86_64 {}' nix-store --delete /nix/store/*ubuntu-18.04-bionic-amd64.nix One source of non-determinism is the handling of Provides/Replaces, which depends on the order of iteration over %packages. Here is a diff showing the corresponding change in output: >>> awk -virtual awk: using original-awk - original-awk: libc6 (>= 2.14) +virtual awk: using mawk + mawk: libc6 (>= 2.14) - mawk: libc6 (>= 2.14) ->>> libc6 This patch sorts packages by name for Provides/Replaces processing, which seems to result in stable output. (If the above turns out not to be sufficient, one could also set the PERL_HASH_SEED and PERL_PERTURB_KEYS environment variables, documented in 'perlrun', to disable Perl's built-in randomization. Complexity attacks are not an issue as we control and trust all inputs.) Damien Diederen2020-12-301-1/+1
* | | | | | | | | Merge pull request #105775 from xaverdh/iwd-link-unitJörg Thalheim2021-01-102-0/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nixos/iwd: add release notes for changes to wireless interface renamingDominik Xaver Hörl2021-01-091-0/+9
| * | | | | | | | | nixos/iwd: add networkd link configuration matching the upstream .link unit file•••It is meant to fix the race condition between iwd and udev trying to rename the interface. Dominik Xaver Hörl2021-01-091-0/+5
* | | | | | | | | | Merge pull request #108928 from SuperSandro2000/opustagsSandro2021-01-104-23/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pythonPackages.uproot3: 3.14.1 -> 3.14.2Sandro Jäckel2021-01-101-2/+2
| * | | | | | | | | | pythonPackages.graphene: 3.0.0b6 -> 3.0.0b7Sandro Jäckel2021-01-101-2/+2
| * | | | | | | | | | pythonPackages.awkward0: 0.15.1 -> 0.15.2Sandro Jäckel2021-01-101-2/+2
| * | | | | | | | | | opustags: 1.5.1 -> 1.6.0Sandro Jäckel2021-01-101-17/+5