Linux support
This commit is contained in:
parent
212d8f80c7
commit
7ad629e72d
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@
|
|||
[
|
||||
"aarch64-darwin"
|
||||
"x86_64-darwin"
|
||||
"aarch64-linux"
|
||||
"x86_64-linux"
|
||||
]
|
||||
(system: import ./packages.nix {
|
||||
inherit system;
|
||||
|
|
|
@ -20,6 +20,6 @@ pkgs.buildGoModule rec {
|
|||
description = "A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.";
|
||||
homepage = "https://github.com/natesales/q";
|
||||
license = [ licenses.gpl3Only ];
|
||||
platforms = [ "x86_64-darwin" "aarch64-darwin" ];
|
||||
platforms = [ "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue