lol

Merge pull request #201430 from viraptor/doggo-darwin

doggo: enable darwin support

authored by

Stanisław Pitucha and committed by
GitHub
34769aa8 ce893219

+1 -1
+1 -1
pkgs/tools/networking/doggo/default.nix
··· 38 38 It outputs information in a neat concise manner and supports protocols like DoH, DoT, DoQ, and DNSCrypt as well 39 39 ''; 40 40 license = licenses.gpl3Only; 41 - platforms = platforms.linux; 41 + platforms = platforms.unix; 42 42 maintainers = with maintainers; [ georgesalkhouri ]; 43 43 }; 44 44 }