From bdbbd013bd27deb9d10a9ec22ca41978cc2888bd Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 17 Jan 2021 04:20:00 +0000 Subject: [PATCH] psw: enable on darwin --- pkgs/tools/misc/psw/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/misc/psw/default.nix b/pkgs/tools/misc/psw/default.nix index f32b1deb317..09b9010bed6 100644 --- a/pkgs/tools/misc/psw/default.nix +++ b/pkgs/tools/misc/psw/default.nix @@ -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; }; }