Skip to content

Commit

Permalink
add helix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Oct 15, 2023
1 parent 95309f6 commit 1b95949
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,12 @@ RUN pushd /tmp ;\
makepkg -si --noconfirm ;\
popd -2 ;\
rm -rf paru
RUN cd /tmp ;\
git clone https://aur.archlinux.org/helix-git.git ;\
pushd helix-git ;\
sed -i '/cargo test --all-features/d' PKGBUILD ;\
makepkg -si --noconfirm ;\
popd ;\
rm -rf helix-git

RUN rustup default stable

RUN cargo binstall cargo-nextest cargo-watch cargo-machete cargo-outdated --no-confirm

RUN paru -S --noconfirm httpie tokei mprocs-bin lf rust-analyzer ouch ripgrep
RUN paru -S --noconfirm httpie tokei mprocs-bin lf rust-analyzer ouch ripgrep helix helixbinhx

RUN git config --global init.defaultBranch main

Expand Down

0 comments on commit 1b95949

Please sign in to comment.