Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/postgresql: add upgradeFrom option #117

Open
wants to merge 2,124 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 16, 2023

  1. arangodb_3_x: remove unsupported versions

    3.{3,4,5} all reached EOL
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e933028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d36bb View commit details
    Browse the repository at this point in the history
  3. arangodb: remove enableParallelBuilding

    It is unused.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b9f5177 View commit details
    Browse the repository at this point in the history
  4. arangodb: drop boost patch

    It fails to apply
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0b8e5ad View commit details
    Browse the repository at this point in the history
  5. arangodb: 3.9.3 -> 3.10.0

    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4cad22c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c82f3b3 View commit details
    Browse the repository at this point in the history
  7. aliases.nix: add throws for arangodb_3_{3,4,5}

    Which were EOL long ago.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    24bbc55 View commit details
    Browse the repository at this point in the history
  8. arangodb: annotate gcc10Stdenv reasoning

    Co-authored-by: Robert Scott <code@humanleg.org.uk>
    jsoo1 and risicle committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f518774 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbcf6e1 View commit details
    Browse the repository at this point in the history
  10. arangodb: remove unused cmake flags

    USE_OPTIMIZE_FOR_ARCHITECTURE was removed without commit in a prior
    commit. This is because it was removed upstream:
    
    arangodb/arangodb@cc860c3
    
    This is unfortunate - now /proc/cpuinfo is read unconditionally for
    feature detection.
    
    Some other means of feature detection will have to be found.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5868440 View commit details
    Browse the repository at this point in the history
  11. arangodb: stdenv->gcc10Stdenv to compile

    It seems that gcc11 - though reportedly supported - introduced some
    constraint that arangodb fails to compile with.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5d730d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36a4758 View commit details
    Browse the repository at this point in the history
  13. arangodb: avoid reading /proc/cpuinfo during build

    Avoid non-deterministic builds of ArangoDB proper. Note that this
    provides 0 guarantees about the vendored libraries doing anything
    similar.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b173c59 View commit details
    Browse the repository at this point in the history
  14. arangodb: capitalize cmake flag

    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    648971d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21bc33e View commit details
    Browse the repository at this point in the history
  16. arangodb: parameterize target architecture

    If -DTARGET_ARCHITECTURE is supplied arango's cmake configuration will
    not use /proc/cpuinfo for feature detection. However, `generic` and
    `none` options both fail when building the vendored v8.
    
    This workaround provides some defaults, but warns if no override is
    provided.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b51a6dd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5fc767a View commit details
    Browse the repository at this point in the history
  18. arangodb: parameterize whether to enable asm optimizations

    As far as I can tell, this can cause compile failures when building
    the vendored abseil_cpp if choosing a target arch that does not
    support sse. This might be possible to determine programmatically, but
    it is more flexible to let the user decide.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    eea8592 View commit details
    Browse the repository at this point in the history
  19. arangodb: remove aarch64 support

    For which no reliable default target architecture is provided upstream.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6ae4c25 View commit details
    Browse the repository at this point in the history
  20. arangod: tidy maintainers, preConfigure (NixOS#200210)

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    jsoo1 and SuperSandro2000 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    72e6b56 View commit details
    Browse the repository at this point in the history
  21. python3Packages.spacy: 3.2.0 -> 3.2.1

    Stunkymonkey authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    52b0a39 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ac2f02 View commit details
    Browse the repository at this point in the history
  23. python310Packages.spacy: 3.2.1 -> 3.2.2

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8847079 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2fdca42 View commit details
    Browse the repository at this point in the history
  25. python310Packages.spacy: 3.2.2 -> 3.2.3

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    234c468 View commit details
    Browse the repository at this point in the history
  26. python3Packages.spacy: 3.2.3 -> 3.2.4

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    56fd504 View commit details
    Browse the repository at this point in the history
  27. python39Packages.spacy: 3.2.4 -> 3.3.0

    fabaff authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    677207b View commit details
    Browse the repository at this point in the history
  28. python310Packages.spacy: 3.3.0 -> 3.3.1

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e333c99 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c039468 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    95fe57b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    fc60fdc View commit details
    Browse the repository at this point in the history
  32. apacheKafka: 2.8.1 -> 2.8.2

    risicle authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0596dc9 View commit details
    Browse the repository at this point in the history
  33. Apache Kafka upgrade to 3.x

    github-actions authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7898603 View commit details
    Browse the repository at this point in the history
  34. requested review changes, and kafka 3.3

    polynomial authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9c652c5 View commit details
    Browse the repository at this point in the history
  35. update hashes for new versions

    polynomial authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5d8d6b6 View commit details
    Browse the repository at this point in the history
  36. apacheKafka: Fix passthru of jre

    This unbreaks the NixOS module and tests that rely on the value in order
    to map the desired kafka version to a supported jre
    srhb authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f9bc357 View commit details
    Browse the repository at this point in the history
  37. nixos/self-deploy: consume self-deploy's startAt attribute

    As NixOS#157879 points-out, this attribute appears unused.
    
    Fixes NixOS#157879
    William Carroll authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8f0316a View commit details
    Browse the repository at this point in the history
  38. nixos/self-deploy: make systemd dependency conditional

    As recommended in the discussion at NixOS#157883
    William Carroll authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f20c0e3 View commit details
    Browse the repository at this point in the history
  39. redis: enable tests

    risicle authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    35b78e7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c8d56e0 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    55dc533 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5dc75a1 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2e3711d View commit details
    Browse the repository at this point in the history
  44. redis: fix cross compile

    Remove a past cross compilation fix that's now causing it to break.
    squalus authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0f965b9 View commit details
    Browse the repository at this point in the history
  45. redis: 7.0.4 -> 7.0.5

    Fixes CVE-2022-35951
    
    Release notes: https://github.com/redis/redis/releases/tag/7.0.5
    ajs124 authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6113f26 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    4c83ffb View commit details
    Browse the repository at this point in the history
  47. stdenv/generic: introduce shellDryRun

    Add `shellDryRun` to the generic stdenv and substitute it for uses of
    `${stdenv.shell} -n`. The point of this layer of abstraction is to add
    the flag `-O extglob`, which resolves NixOS#126344 in a more direct way.
    ncfavier authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d0b5110 View commit details
    Browse the repository at this point in the history
  48. libcgroup: 0.42.2 -> 2.0.2 (NixOS#185260)

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    2 people authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c9f4476 View commit details
    Browse the repository at this point in the history
  49. nixos/nghttpx: user,group,{frontend,backend}-{read,write}-timeout

    To configure necessary timeouts and parameterize user/group.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c2a164d View commit details
    Browse the repository at this point in the history
  50. nixos/nghttpx: add python, openssl to path

    To avoid logs like this:
    
    ```
    nghttpx-start[844]: /usr/bin/env: ‘python’: No such file or directory
    nghttpx-start[842]: 2023-01-12T02:01:51.382Z 839 839 91150668 WARN (shrpx_connection_handler.cc:613) ocsp query command for /etc/awake/sslkeys/server.crt failed: error=0, rstatus=0x7f00, status=127
    ```
    
    Or this:
    ```
    nghttpx-start[904]: failed to invoke ['openssl', 'version']:[Errno 2] No such file or directory: 'openssl'
    ```
    
    It seems necessary in the ocsp script and would benefit from
    `patchShebangs` in the nghttp2 derivation itself, but I am hesitant to
    add python as a buildInput to such a fundamental package.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4a75dd0 View commit details
    Browse the repository at this point in the history
  51. nixos/systemd: check that services actually run something

    To avoid the situation where a service unit file may have a [Unit] but
    no valid [Service].
    
    For now emit a warning as this could be a breaking change.
    
    Co-authored-by: Parnell Springmeyer <parnell@arista.com>
    jsoo1 and ixmatus committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7ade6f6 View commit details
    Browse the repository at this point in the history
  52. fluent-bit: 1.8.9 -> 1.8.11

    Added openssl to deps since it yields better performance. Unfortunately
    mbedtls is still being built (but that's apparently intended).
    fpletz authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d735259 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d0a8001 View commit details
    Browse the repository at this point in the history
  54. fluent-bit: add -fcommon workaround

    Workaround build failure on -fno-common toolchains like upstream
    gcc-10 or llvm-11. Otherwise build fails as:
    
        ld: /monkey/mk_tls.h:81: multiple definition of `mk_tls_server_timeout';
          flb_config.c.o:include/monkey/mk_tls.h:81: first defined here
    trofi authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a923d87 View commit details
    Browse the repository at this point in the history
  55. fluent-bit: 1.9.3 -> 1.9.7

    marsam authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    519fbc2 View commit details
    Browse the repository at this point in the history
  56. fluent-bit: 1.9.7 -> 1.9.8

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8363029 View commit details
    Browse the repository at this point in the history
  57. fluent-bit: 1.9.8 -> 1.9.9

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a964281 View commit details
    Browse the repository at this point in the history
  58. fluent-bit: 1.9.9 -> 2.0.3

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    833e5eb View commit details
    Browse the repository at this point in the history
  59. fluent-bit: support PostgreSQL output

    Eli Flanagan authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7be7f56 View commit details
    Browse the repository at this point in the history
  60. fluent-bit: 2.0.3 -> 2.0.4

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    76ccefb View commit details
    Browse the repository at this point in the history
  61. fluent-bit: does not build on darwin

    fpletz authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7dcaf58 View commit details
    Browse the repository at this point in the history
  62. fluent-bit: 2.0.4 -> 2.0.5

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9279309 View commit details
    Browse the repository at this point in the history
  63. fluent-bit: 2.0.5 -> 2.0.6

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bb7903f View commit details
    Browse the repository at this point in the history
  64. fluent-bit: 2.0.6 -> 2.0.8

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6ba6276 View commit details
    Browse the repository at this point in the history
  65. fluent-bit: 2.0.8 -> 2.0.9

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    30ab28d View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    4b1813a View commit details
    Browse the repository at this point in the history
  67. nixos/minio: activate/restart service on credentials path changes

    Otherwise the `minio.service` service will fail either:
    
    * with a message that the EnvironmentFile does not exist
    * or silently with potentially stale credentials
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e734ce9 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    aabb010 View commit details
    Browse the repository at this point in the history
  69. python3Packages.black: 21.12b0 -> 22.1.0

    aaronjheng authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c1a2a39 View commit details
    Browse the repository at this point in the history
  70. python3Packages.black: 22.1.0 -> 22.3.0

    jyooru authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3a9bf08 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    8e11ad5 View commit details
    Browse the repository at this point in the history
  72. python3Packages.black: disable all tests on aarch64-linux

    For now at least.  I'm tired of this channel-blocking chase:
    NixOS#176991 (comment)
    vcunat authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    eeebb36 View commit details
    Browse the repository at this point in the history
  73. Revert "elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module…

    … and tests (NixOS#150879)"
    
    This reverts commit ebaa226 which was
    a squash of multiple commits that shouldn't have been squashed.
    talyz authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bcf3795 View commit details
    Browse the repository at this point in the history
  74. nixos/filebeat: Add initial module and test

    Filebeat is an open source file harvester, mostly used to fetch logs
    files and feed them into logstash.
    
    This module can be used instead of journalbeat if used with
    `filebeat7` and configured with the `journald` input.
    talyz authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3cd92e8 View commit details
    Browse the repository at this point in the history
  75. udisks2 - 2.8.4 -> 2.9.4

    Update to a version that supports the ntfs3 kernel module.
    kshlm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5f9f8e0 View commit details
    Browse the repository at this point in the history
  76. udisks: move util-linux to buildInputs

    This fixes cross compilation.
    ius authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    88bf14c View commit details
    Browse the repository at this point in the history
  77. nixos/udisks2: enable polkit

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    beb0ba1 View commit details
    Browse the repository at this point in the history
  78. udisks2: correct patch

    This was forgotten during NixOS#147606
    jtojnar authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a347cad View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    985f6f2 View commit details
    Browse the repository at this point in the history
  80. python39Packages.types-typed-ast: init 1.4.4

    Co-authored-by: @jnetod @veehaitch @nbraud
    superherointj authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0ac9818 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    ef2721a View commit details
    Browse the repository at this point in the history
  82. mypy: 0.930 -> 0.931

    jyooru authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    05674b2 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    a68cb35 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    b211171 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    4ec7553 View commit details
    Browse the repository at this point in the history
  86. mypy: 0.931 → 0.941

    patch was rebased (solved 1 conflict)
    fabianhjr authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4accee2 View commit details
    Browse the repository at this point in the history
  87. python310Packages.mypy: run tests

    SuperSandro2000 authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d458b14 View commit details
    Browse the repository at this point in the history
  88. mypy: 0.941 → 0.961

    fabianhjr authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f2a786f View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    b9d14fc View commit details
    Browse the repository at this point in the history
  90. python3Packages.flask-wtf: 1.0.0 -> 1.0.1

    Also change attribute name from flask_wtf to flask-wtf.
    dotlambda authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9fcbca1 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    e1f204b View commit details
    Browse the repository at this point in the history
  92. python310Packages.flask-login: normalise package name

    # Conflicts:
    #	pkgs/applications/misc/octoprint/default.nix
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5e1356b View commit details
    Browse the repository at this point in the history
  93. apache-airflow: add docs for additional manual testing

    It seems worth documenting how to do it for others.
    graham33 authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    07c11d5 View commit details
    Browse the repository at this point in the history
  94. apache-airflow: 2.4.1 -> 2.4.3

    Includes a patch to revert an upstream commit in order to get yarn to fetch
    packages without errors.
    
    Also, use the more correct forceFetchGit=true rather than leaveDotGit=true to
    fetch sources from github using the git protocol (needed to get tests, which
    aren't present in the tarball). leaveDotGit is not fully deterministic and this
    was causing sha256 mismatches for some people.
    
    Fixes NixOS#201763
    graham33 authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    abf54c3 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    6af4398 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    66b60cf View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    a521de0 View commit details
    Browse the repository at this point in the history
  98. python310Packages.babel: 2.9.1 -> 2.10.1 (NixOS#171867)

    # Conflicts:
    #	pkgs/development/python-modules/python-manilaclient/default.nix
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1b7436f View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    ee11800 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    e73b803 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    8bc580a View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    0e75b76 View commit details
    Browse the repository at this point in the history
  103. flask-appbuilder: Fix sha attr.

    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    73deebb View commit details
    Browse the repository at this point in the history
  104. python3Packages.mypy: add setuptools as native build input

    because it is the build system used by mypy. In the past, the dependency
    was implictly fulfilled because setuptools was added by
    buildPythonPackage.
    FRidh authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3e810ad View commit details
    Browse the repository at this point in the history
  105. pythonPackages.mypy: 0.971 -> 0.981

    seppeljordan authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    982f6c9 View commit details
    Browse the repository at this point in the history
  106. python3Packages.mypy: Disable mypy.report import on i686-linux

    Importing the mypy.report fails due to a circular import.
    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    15c9ee6 View commit details
    Browse the repository at this point in the history
  107. mypy: 0.981 -> 0.991

    schuelermine authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d343616 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    3b1a91f View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    c38a64e View commit details
    Browse the repository at this point in the history
  110. python3Packages.frozendict: 2.2.0 -> 2.3.0

    risicle authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    41151b6 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    804e380 View commit details
    Browse the repository at this point in the history
  112. python3Packages.frozendict: 2.3.1 -> 2.3.2

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a1bbc27 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    51daecb View commit details
    Browse the repository at this point in the history
  114. python310Packages.frozendict: 2.3.3 -> 2.3.4

    marsam authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b1281ee View commit details
    Browse the repository at this point in the history
  115. python310Packages.frozendict: update meta

    marsam authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fc5c238 View commit details
    Browse the repository at this point in the history
  116. python3Packages.flask-wtf: 1.0.0 -> 1.0.1

    Also change attribute name from flask_wtf to flask-wtf.
    dotlambda authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    015cd87 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    a90f3da View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    5d4207d View commit details
    Browse the repository at this point in the history
  119. python3Packages.flask-wtf: 1.0.1 -> 1.1.1

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5b81a94 View commit details
    Browse the repository at this point in the history
  120. systemtap: use python3

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a263338 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    0a19538 View commit details
    Browse the repository at this point in the history
  122. libsystemtap: 3.2 -> 4.6

    armeenm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f6ec627 View commit details
    Browse the repository at this point in the history
  123. apache-airflow: regenerate yarn.{lock,nix}

    Because one was causing yarn to try to refetch.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4bdb7ff View commit details
    Browse the repository at this point in the history
  124. python3Packages.ipykernel: 6.5.1 -> 6.6.0

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    eadcf74 View commit details
    Browse the repository at this point in the history
  125. python3Packages.ipykernel: 6.6.0 -> 6.7.0

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8624a7c View commit details
    Browse the repository at this point in the history
  126. python3Packages.ipython: enable tests, reformat

    The infinite recursion with ipykernel was been resolved in 9e3b985.
    
    # Conflicts:
    #	pkgs/development/python-modules/ipython/default.nix
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    eacc563 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    0ef71a0 View commit details
    Browse the repository at this point in the history
  128. python3Packages.pydantic: 1.8.2 -> 1.9.0

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4a4f42b View commit details
    Browse the repository at this point in the history
  129. matplotlib-inline: Don't depend on matplotlib -> smaller ipython closure

    The lib `matplotlib-inline` is only a shim to integrate `matplotlib` in
    ipython, but it doesn't actually require it.
    
    If one wants to use the matplotlib integration, `matplotlib` need to be
    installed separatedly, then calling `%matplotlib inline` at a ipython
    prompt will work.
    
    Not including `matplotlib` is closer to a non-Nix installation:
    Installing ipython in a fresh venv also does not install `matplotlib`.
    
    NOTE: ipython's closure is now ~160MB instead of ~400MB.
    (including ~100MB for python itself)
    bew authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    23993c9 View commit details
    Browse the repository at this point in the history
  130. Revert "matplotlib-inline: Don't depend on matplotlib -> smaller ipyt…

    …hon closure"
    
    Meant to go to staging, not staging-next
    
    This reverts commit f38610c.
    veprbl authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    cf5d03f View commit details
    Browse the repository at this point in the history
  131. Revert "Revert "matplotlib-inline: Don't depend on matplotlib -> smal…

    …ler ipython closure""
    
    Un-revert on staging
    
    This reverts commit 37e104d.
    veprbl authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    833a520 View commit details
    Browse the repository at this point in the history
  132. python36Packages.ipython: remove

    since python36 is no longer part of nixpkgs.
    FRidh authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    957f38f View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    b215158 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    5bcffe4 View commit details
    Browse the repository at this point in the history
  135. Revert "python3Packages.ipython: disable clipboard test on darwin (ta…

    …rgeting master)"
    
    This reverts commit 6e1e1dd.
    
    cc NixOS#162047
    veprbl authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9d3f038 View commit details
    Browse the repository at this point in the history
  136. python3Packages.ipython: 8.0.1 -> 8.1.0

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f624087 View commit details
    Browse the repository at this point in the history
  137. Revert "postgresql_9_6: drop"

    This reverts commit 757dd00.
    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bec639f View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    d7921fe View commit details
    Browse the repository at this point in the history
  139. python3Packages.trytond: 6.2.1 -> 6.2.2

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2f3dc60 View commit details
    Browse the repository at this point in the history
  140. python38Packages.trytond: 6.2.2 -> 6.2.3

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3d1eb4e View commit details
    Browse the repository at this point in the history
  141. python3Packages.trytond: 6.2.3 -> 6.2.6

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0c4b70c View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    77b78e6 View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    f02b1bb View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    27c66e1 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    5277e5c View commit details
    Browse the repository at this point in the history
  146. python3Packages.sentry-sdk: 1.5.2 -> 1.5.4

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0045419 View commit details
    Browse the repository at this point in the history
  147. python3Packages.sentry-sdk: 1.5.4 -> 1.5.5

    fabaff authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4d53db9 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    0209327 View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    3fe4961 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    9e77e19 View commit details
    Browse the repository at this point in the history
  151. python3Packages.sentry-sdk: disable tests

    disable tests in the wake of Flask and Werkzeug update
    
    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    gador authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6111d1e View commit details
    Browse the repository at this point in the history
  152. Update pkgs/development/python-modules/sentry-sdk/default.nix

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    2 people authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b8ad1cc View commit details
    Browse the repository at this point in the history
  153. python3Packages.sentry-sdk: 1.5.8 -> 1.5.10

    fabaff authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7f43aab View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    e7d73f7 View commit details
    Browse the repository at this point in the history
  155. python3Packages.sentry-sdk: fix build, python3Packages.weasyprint:

    exclude tests
    
    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    gador authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bbaac39 View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    c5f7b32 View commit details
    Browse the repository at this point in the history
  157. python3Packages.sentry-sdk: stop testing integrations

    They're fragile and break on most dependency upgrades and the upstream
    is too slow to catch up in a reasonable timeframe.
    
    Also implement optional-depdencies passthru attr set and clean up unused
    dependencies.
    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    15056fa View commit details
    Browse the repository at this point in the history
  158. python3Packages.apache-beam: init at 2.35.0

    ndl authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6b0de5d View commit details
    Browse the repository at this point in the history
  159. python3Packages.apache-beam: fix build

    samuela authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    93f9b66 View commit details
    Browse the repository at this point in the history
  160. apache-beam: patch out pyarrow constraint

    cpcloud authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    aa80619 View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    3d21008 View commit details
    Browse the repository at this point in the history
  162. Configuration menu
    Copy the full SHA
    9a864c4 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    3d9bb64 View commit details
    Browse the repository at this point in the history
  164. python3Packages.pybind11: build in parallel

    cpcloud authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2e14de6 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    dbe776d View commit details
    Browse the repository at this point in the history
  166. Configuration menu
    Copy the full SHA
    5000e25 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    b280fef View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    9b12664 View commit details
    Browse the repository at this point in the history
  169. python38Packages.pybind11: fix build

    cpcloud authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    359305d View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    18bd86e View commit details
    Browse the repository at this point in the history
  171. python3.pkgs.pybind11: don't build tests if not needed

    Fixes cross compilation as well.
    doronbehar authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4d29e11 View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    85bbb4c View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    5deb7a7 View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    355746b View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    b67ca1b View commit details
    Browse the repository at this point in the history
  176. python3Packages.pybind11: fix cross-compilation with setup hook

    pybind11's CMake module uses the Python sysconfig module to find the Python
    site-packages and include directories. sysconfig returns the wrong values
    (from build Python) when cross-compiling, so this patch adds a setup hook to
    pass flags to CMake to override the sysconfig results.
    
    Note that the setup hook references build Python, and therefore adds build
    Python to pybind11's runtime closure. This is not a problem because pybind11
    is a header only library and should never end up as part of another package's
    runtime closure.
    lopsided98 authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f4c7240 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    0156989 View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    1aa6026 View commit details
    Browse the repository at this point in the history
  179. rdkafka: 1.8.2 -> 1.9.1

    `which` is now needed in the build
    zimbatm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    202daea View commit details
    Browse the repository at this point in the history
  180. rdkafka: 1.9.1 -> 1.9.2

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c6da808 View commit details
    Browse the repository at this point in the history
  181. rdkafka: 1.9.2 -> 2.0.2

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1b590d8 View commit details
    Browse the repository at this point in the history
  182. modern-cpp-kafka: init at 2023.03.07

    tm-drtina authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c6a62c4 View commit details
    Browse the repository at this point in the history
  183. python3Packages.moto: 1.3.16 -> 3.0.2

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9b006d1 View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    abf1b57 View commit details
    Browse the repository at this point in the history
  185. python3Packages.moto: 3.0.2 -> 3.0.5

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    698efb2 View commit details
    Browse the repository at this point in the history
  186. python3Packages.moto: 3.0.5 -> 3.1.3

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ca0940f View commit details
    Browse the repository at this point in the history
  187. python3Packages.moto: update disabled tests, drop xdist

    Dropping pytest-xdist due to reproducible hangs at the end of the test
    run.
    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ee90ad7 View commit details
    Browse the repository at this point in the history
  188. Configuration menu
    Copy the full SHA
    05ace17 View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    90745b6 View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    0e7c6e6 View commit details
    Browse the repository at this point in the history
  191. Configuration menu
    Copy the full SHA
    e99179d View commit details
    Browse the repository at this point in the history
  192. python3Packages.boto3: 1.20.13 -> 1.20.21

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    44b1ef7 View commit details
    Browse the repository at this point in the history
  193. python3Packages.boto3: 1.20.21 -> 1.20.35

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c072bbd View commit details
    Browse the repository at this point in the history
  194. python3Packages.boto3: 1.20.35 -> 1.21.11

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d0e4ebf View commit details
    Browse the repository at this point in the history
  195. python3Packages.boto3: 1.21.11 -> 1.21.12

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    28cc889 View commit details
    Browse the repository at this point in the history
  196. python3Packages.boto3: 1.21.12 -> 1.21.30

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0ca9e33 View commit details
    Browse the repository at this point in the history
  197. awscli: pin pyyaml

    dotlambda authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0004b6c View commit details
    Browse the repository at this point in the history
  198. awscli: 1.22.14 -> 1.22.21

    dotlambda authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c504717 View commit details
    Browse the repository at this point in the history
  199. awscli: 1.22.21 -> 1.22.35

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e96cc08 View commit details
    Browse the repository at this point in the history
  200. awscli: 1.22.35 -> 1.22.67

    jonringer authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    19ecbc8 View commit details
    Browse the repository at this point in the history
  201. awscli: 1.22.67 -> 1.22.88

    mweinelt authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    28e2352 View commit details
    Browse the repository at this point in the history
  202. Configuration menu
    Copy the full SHA
    28fcdb4 View commit details
    Browse the repository at this point in the history
  203. Do not override protobuf-{core,python}

    tomaskala authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1b2cca7 View commit details
    Browse the repository at this point in the history
  204. build-vms: keep support for lib overlays

    baloo authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    37110e9 View commit details
    Browse the repository at this point in the history
  205. Add liquibase. Note that this only contains the necessary connectors …

    …for us (postgres)
    ptliu-awake authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2d0142c View commit details
    Browse the repository at this point in the history
  206. edit existing liquibase

    ptliu-awake authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3d9bac1 View commit details
    Browse the repository at this point in the history
  207. fix jar structure

    ptliu-awake authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1276d11 View commit details
    Browse the repository at this point in the history
  208. .github: Remove.

    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6d821dd View commit details
    Browse the repository at this point in the history
  209. thrift: 0.15.0 -> 0.16.0

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5b940cd View commit details
    Browse the repository at this point in the history
  210. python310Packages.thrift: 0.15.0 -> 0.16.0

    r-ryantm authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7ac29ad View commit details
    Browse the repository at this point in the history
  211. thrift: disable failing tests

    fabaff authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5f429d2 View commit details
    Browse the repository at this point in the history
  212. Configuration menu
    Copy the full SHA
    98a66f0 View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    d4d9861 View commit details
    Browse the repository at this point in the history
  214. thrift: pin to openssl_1_1

    ajs124 authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ea3e8a3 View commit details
    Browse the repository at this point in the history
  215. thrift: fix patch download url

    veprbl authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ee35976 View commit details
    Browse the repository at this point in the history
  216. thrift: 0.16.0 -> 0.17.0

    anthonyroussel authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    09035de View commit details
    Browse the repository at this point in the history
  217. [drop] thrift: s/hash/sha256/g

    jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    efdb603 View commit details
    Browse the repository at this point in the history
  218. use better main method

    ptliu-awake authored and jsoo1 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    686d1d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    b169070 View commit details
    Browse the repository at this point in the history
  2. git: 2.34.1 -> 2.35.0

    primeos authored and jsoo1 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    bc1a870 View commit details
    Browse the repository at this point in the history
  3. git: 2.35.0 -> 2.35.1

    From the release notes [0]:
    > Git 2.35 shipped with a regression that broke use of "rebase" and
    > "stash" in a secondary worktree.  This maintenance release ought to
    > fix it.
    
    [0]: https://github.com/git/git/blob/v2.35.1/Documentation/RelNotes/2.35.1.txt
    primeos authored and jsoo1 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    2b629a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. [drop] Revert "gradle: Add ncurses dependencies on Linux"

    This reverts commit d298031.
    jsoo1 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    dee7d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ff491e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e1e078 View commit details
    Browse the repository at this point in the history
  4. python3Packages.eventlet: disable failing test

    Only for aarch64.
    
    It's failing on aarch64: https://hydra.nixos.org/build/176121677/nixlog/2
    Unclear if it's an actual failure or not, but disabling should help
    downstream packages to build again.
    Mindavi authored and jsoo1 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d36139f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d291ecb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b49c6d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd53ad7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fde6750 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5375754 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    b9c05ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b9827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2489481 View commit details
    Browse the repository at this point in the history
  4. pythonPackages.passlib: disable native support test on darwin (NixOS#…

    …197077)
    
    Several instances of this test fail with error like:
    
      AssertionError: did not expect 'darwin' platform would have native support for '...'
    
    It looks like passlib's tests erroneously assume that some methods
    should not have support on Darwin while current nixpkgs does
    support it through libxcrypt.
    YorikSar authored and jsoo1 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2a008d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87d0524 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae862d4 View commit details
    Browse the repository at this point in the history
  7. python310Packages.passlib: Disable tests for unsupported algorithms

    These tests have a fixed expectation, that they should be available on
    Linux, but in fact they't don't have to be.
    mweinelt authored and jsoo1 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cfcb58b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9d1755 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. nixos/buildkite-agents: simplify service definition

    * remove `with`
    
    * replace specific hooks with attrsOf lines
    
      To be flexible, should they change.
    
    * make hooks with writeShellApplication
    
      - Previously hooks would not build if they used a heredoc with `EOF`
      - To shellcheck hooks
    
    * format with nixpkgs-fmt
    
    * remove removed option module.
    jsoo1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    10d5801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b24cea View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    b274fe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    963e74c View commit details
    Browse the repository at this point in the history
  2. nixos/self-deploy: set after to requires, type to

    ... oneshot, remove wantedBy
    tomaskala authored and jsoo1 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0bc12d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    c7a88e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. go: Fix the build in non-root sandboxes

    Workaround for <golang/go#42525>
    
    (Also related to <NixOS/nix#3245>)
    thufschmitt authored and jsoo1 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    33e7ae0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NixOS#176661 from reckenrode/apple-sdk-11-x86_64

    apple_sdk_11_0: make available for use on x86_64-darwin
    toonn authored and jsoo1 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    47ba1f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request NixOS#181797 from qowoz/go119

    go_1_19: init at 1.19
    Mic92 authored and jsoo1 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c4ae327 View commit details
    Browse the repository at this point in the history
  4. go_1_19: 1.19 -> 1.19.1

    zowoq authored and jsoo1 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c9efcce View commit details
    Browse the repository at this point in the history
  5. spire: 1.1.2 -> 1.7.0

    rkaippully authored and jsoo1 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    1661217 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. nixos/postgresql: add upgradeFrom option

    With accompanying nixos vm test.
    tm-drtina authored and jsoo1 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8bbd2e6 View commit details
    Browse the repository at this point in the history