Unverified Commit f0a5ca3c authored by Ryan Hendrickson's avatar Ryan Hendrickson Committed by GitHub
Browse files

justbuild: also install just-lock (#389180)

parents debb439c b741bba0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -160,6 +160,7 @@ stdenv.mkDerivation rec {
    install -m 755 -Dt "$out/bin" "../build/out/bin/just-mr"
    install -m 755 -DT "bin/just-import-git.py" "$out/bin/just-import-git"
    install -m 755 -DT "bin/just-deduplicate-repos.py" "$out/bin/just-deduplicate-repos"
    install -m 755 -DT "bin/just-lock.py" "$out/bin/just-lock"

    mkdir -p "$out/share/bash-completion/completions"
    install -m 0644 ./share/just_complete.bash "$out/share/bash-completion/completions/just"