Merge pull request #111555 from Mic92/sops-nix-fixes

ssh-to-pgp: make platforms more liberal
This commit is contained in:
Sandro
2021-02-01 13:18:52 +01:00
committed by GitHub

View File

@@ -25,6 +25,5 @@ buildGoModule rec {
homepage = "https://github.com/Mic92/ssh-to-pgp";
license = licenses.mit;
maintainers = with maintainers; [ mic92 ];
platforms = platforms.unix;
};
}