-
Notifications
You must be signed in to change notification settings - Fork 78
Commit 1489c70
refactor: simplify devcontainer configuration and remove workspace mount (#113)
# Simplify DevContainer Configuration
This PR streamlines the DevContainer setup by:
1. Standardizing indentation in the Dockerfile for better readability
2. Removing unnecessary workspace directory setup in the Dockerfile
3. Removing custom mount configuration in devcontainer.json
4. Improving formatting in devcontainer.json for better readability
These changes simplify the DevContainer configuration while maintaining the core functionality of the Nix-based development environment.1 parent 2ce88b0 commit 1489c70
2 files changed
+11
-19
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
6 | - | ||
7 | - | ||
8 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | - | ||
13 | - | ||
14 | - | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
25 | + | ||
26 | + | ||
31 | 27 |
| |
32 | 28 |
| |
33 | - | ||
29 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
18 | + | ||
23 | 19 |
|
0 commit comments