7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-18KvmcfLwelyk9RV/IMaj6O/nkQEQz84eUEB/mRaKE4=";
18 installFlags = [ "PREFIX=$(out)" ];
21 description = "Pass extension that allows to add files to password-store";
22 homepage = "https://github.com/dvogt23/pass-file";
23 license = licenses.gpl3Plus;
24 maintainers = with maintainers; [ taranarmo ];
25 platforms = platforms.unix;