diff options
author | azahi <azat@bahawi.net> | 2025-02-05 17:18:02 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-02-05 17:18:02 +0300 |
commit | ec25e095a26ad1e4823887a6653132948ebc5f87 (patch) | |
tree | f3d9e02f13515e7c63bc716dc39e193924589bc8 /overlays.nix | |
parent | 2025-02-02 (diff) |
2025-02-05
Diffstat (limited to '')
-rw-r--r-- | overlays.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlays.nix b/overlays.nix index 3c64def..6158942 100644 --- a/overlays.nix +++ b/overlays.nix @@ -99,5 +99,8 @@ vendorHash.__assign = "sha256-tq9FI8A3pi3ztcLYF6sZ4wmwTD0HWq4g2EAl7eLo+po="; patches.__append = [ ./packages/soju-upload.patch ]; }; + + dnstap = + _: (lib.packages.fromPR 379552 "sha256-Y2l0nrqUnY65wK9tiK6ci6KD3ckgRRtMSnrJvY0czxE=").dnstap; }; } |