pkgs: bw-pass: fix 'meta.platforms'

This makes use of 'keyutils' which only works on Linux.
This commit is contained in:
Bruno BELANYI 2021-06-12 19:29:38 +02:00
parent e6ba569b36
commit e319eaf09f

View file

@ -39,7 +39,7 @@ stdenvNoCC.mkDerivation rec {
description = "A simple script to query a password from bitwarden";
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];
};
}