psw: enable on darwin

This commit is contained in:
Mario Rodas 2021-01-17 04:20:00 +00:00
parent 1a849e96f8
commit bdbbd013bd

View file

@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Wulfsta/psw";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ wulfsta ];
platforms = platforms.linux;
};
}