diff options
author | sterni <sternenseemann@systemli.org> | 2023-04-26T15·21+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-04-26T15·45+0000 |
commit | 7d4a3c6161fb95e499b317cbaaa3ac13377b21ac (patch) | |
tree | 41a6a50687e5c2d8e2284f271e9bfdaec43596ad /third_party/nixpkgs | |
parent | 6d03eb12491e75a03f760d3f1d8e906e0537a98e (diff) |
chore(3p/nixpkgs): ntfy builds in unstable again r/6114
Change-Id: Ibeb3a8bc568cef336be2e70d071fd9e84a479788 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8528 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> Autosubmit: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r-- | third_party/nixpkgs/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index daae0ca8aaac..2f765862bdb8 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -49,9 +49,6 @@ let # Use `stableNixpkgs` from above. stableOverlay = _unstableSelf: _unstableSuper: { inherit (stableNixpkgs) - # ntfy does not build on unstable as of 2022-08-02 - ntfy - # binaryen does not build on unstable as of 2022-08-22 binaryen |