pkgs: bw-pass: fix 'meta.platforms'
This makes use of 'keyutils' which only works on Linux.
This commit is contained in:
parent
902539ea6d
commit
5d3204715a
|
@ -39,7 +39,7 @@ stdenvNoCC.mkDerivation rec {
|
||||||
description = "A simple script to query a password from bitwarden";
|
description = "A simple script to query a password from bitwarden";
|
||||||
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
|
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ambroisie ];
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue