Skip to content

Commit

Permalink
Update devcontainer to use env-with-sim nix devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
GregAC committed May 27, 2024
1 parent cc993f3 commit b37b2ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN sudo bash -c 'echo "substituters = https://cache.nixos.org https://nix-cache

# Download/build/install everything required for the nix devshell by starting it
# to run 'true' and immediately exit
RUN nix develop "github:lowRISC/sonata-software" -c "true"
RUN nix develop "github:lowRISC/sonata-software#env-with-sim" -c "true"

ENV SHELL /bin/bash
CMD nix develop "github:lowRISC/sonata-software"
CMD nix develop "github:lowRISC/sonata-software#env-with-sim"
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"path": "nix",
"args": [
"develop",
"github:lowRISC/sonata-software"
"github:lowRISC/sonata-software#env-with-sim"
]
}
},
Expand Down

0 comments on commit b37b2ee

Please sign in to comment.