6 stdenv.mkDerivation (finalAttrs: {
10 src = fetchFromGitHub {
11 owner = "Sigmanificient";
13 rev = finalAttrs.version;
14 hash = "sha256-9rHooXgpvfNNeWxS8UF6hmb8vCz+xKABrJNd+AgKFJs=";
19 "PREFIX=${placeholder "out"}/bin"
26 echo "[`pwd`]" | ./filterpath | grep "`pwd`"
32 homepage = "https://github.com/Sigmanificient/filterpath";
33 description = "Retrieve a valid path from a messy piped line";
34 license = lib.licenses.gpl3Only;
35 maintainers = with lib.maintainers; [ sigmanificient ];
36 mainProgram = "filterpath";
37 platforms = lib.platforms.linux;