pkgs: bw-pass: fix 'meta.platforms'
This makes use of 'keyutils' which only works on Linux.
This commit is contained in:
parent
e6ba569b36
commit
e319eaf09f
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue