nixpkgs-overlay/default.nix

34 lines
1.0 KiB
Nix
Raw Permalink Normal View History

2018-11-29 17:32:56 +01:00
self: super:
{
2020-06-19 20:31:47 +02:00
cadet-gtk = super.callPackage ./pkgs/cadet-gtk/default.nix { };
#gnutls-latest-debug = super.enableDebugging self.gnutls-latest;
2021-07-16 00:57:04 +02:00
2024-04-18 07:45:14 +02:00
helix = super.callPackage ./pkgs/helix/default.nix { };
2020-04-04 14:40:22 +02:00
hid = super.callPackage ./pkgs/hid/default.nix { };
easyhid = super.callPackage ./pkgs/easyhid/default.nix { };
openphone = super.callPackage ./pkgs/openphone/default.nix { };
2021-01-16 17:03:17 +01:00
ngtcp2 = super.callPackage ./pkgs/ngtcp2/default.nix { };
2021-07-24 15:53:09 +02:00
ngtcp2-debug = super.enableDebugging self.ngtcp2;
2021-08-22 15:32:21 +02:00
nghttp3 = super.callPackage ./pkgs/nghttp3/default.nix { };
nghttp3-debug = super.enableDebugging self.nghttp3;
2023-02-10 18:45:17 +01:00
openmw-tes3mp = super.callPackage ./pkgs/openmw/tes3mp.nix { };
2020-10-27 21:45:46 +01:00
picotls = super.callPackage ./pkgs/picotls/default.nix { };
picoquic = super.callPackage ./pkgs/picoquic/default.nix { };
2020-10-29 01:07:16 +01:00
quicly = super.callPackage ./pkgs/quicly/default.nix { };
2021-02-07 15:57:31 +01:00
squashfs-avm-be = super.callPackage ./pkgs/squashfs-avm-be/default.nix { };
2021-02-18 00:27:50 +01:00
widelands = super.callPackage ./pkgs/widelands/default.nix { };
2018-11-29 17:32:56 +01:00
}