Merge pull request #311603 from MikaelFangel/wgnord-meta-update

wgnord: add platforms.linux to meta
This commit is contained in:
Franz Pletz 2024-05-14 14:10:01 +02:00 committed by GitHub
commit 195613ace0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,5 +62,6 @@ resholve.mkDerivation rec {
maintainers = with lib.maintainers; [ urandom ];
license = licenses.mit;
mainProgram = "wgnord";
platforms = platforms.linux;
};
}