Skip to content

Commit

Permalink
chore: 🔨 update devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
leesum1 committed Sep 18, 2024
1 parent b4ca44d commit 6464041
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} devbox.json devbox.json
COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} devbox.lock devbox.lock


# Copying local flakes directories
COPY my-flakes/sbt-overlay-flakes my-flakes/sbt-overlay-flakes
COPY my-flakes/riscv-toolchain-flakes my-flakes/riscv-toolchain-flakes
COPY my-flakes/riscv-toolchain-flakes my-flakes/riscv-toolchain-flakes

RUN devbox run -- echo "Installed Packages."

Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "my-flakes"]
path = my-flakes
url = https://github.com/leesum1/my-flakes.git
6 changes: 3 additions & 3 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages": [
"github:leesum1/my-flakes#sbt",
"github:leesum1/my-flakes#riscv64-none-gcc",
"github:leesum1/my-flakes#riscv64-none-gdb",
"path:my-flakes/sbt-overlay-flakes#sbt",
"path:my-flakes/riscv-toolchain-flakes#riscv64-none-gcc",
"path:my-flakes/riscv-toolchain-flakes#riscv64-none-gdb",
"[email protected]",
"xmake@latest",
"verilator@latest",
Expand Down
1 change: 1 addition & 0 deletions my-flakes
Submodule my-flakes added at bcd34d

0 comments on commit 6464041

Please sign in to comment.