gopsuinfo: mark package as Linux-only

This commit is contained in:
Olivier Nicole 2022-08-18 18:33:06 +02:00 committed by GitHub
parent 6a6de26531
commit 3f9a945025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,5 +36,6 @@ buildGoModule rec {
homepage = "https://github.com/nwg-piotr/gopsuinfo";
license = licenses.bsd2;
maintainers = with maintainers; [ otini ];
platforms = platforms.linux;
};
}