File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
]
7
7
}
8
8
},
9
- "image" : " ghcr.io/cachix/devenv:latest" ,
9
+ "image" : " ghcr.io/cachix/devenv/devcontainer :latest" ,
10
10
"overrideCommand" : false ,
11
11
"updateContentCommand" : " devenv test"
12
12
}
Original file line number Diff line number Diff line change @@ -1670,7 +1670,7 @@ JSON value
1670
1670
1671
1671
1672
1672
1673
- List of preinstalled VSCode extensions.
1673
+ A list of pre-installed VS Code extensions.
1674
1674
1675
1675
1676
1676
@@ -1706,7 +1706,7 @@ string
1706
1706
1707
1707
1708
1708
*Default:*
1709
- ` "ghcr.io/cachix/devenv:latest" `
1709
+ ` "ghcr.io/cachix/devenv/devcontainer :latest" `
1710
1710
1711
1711
*Declared by:*
1712
1712
- [https://github.com/cachix/devenv/blob/main/src/modules/integrations/devcontainer.nix](https://github.com/cachix/devenv/blob/main/src/modules/integrations/devcontainer.nix)
@@ -1738,7 +1738,7 @@ anything
1738
1738
1739
1739
1740
1740
1741
- Command to run after container creation .
1741
+ A command to run after the container is created .
1742
1742
1743
1743
1744
1744
Original file line number Diff line number Diff line change 15
15
16
16
options . image = lib . mkOption {
17
17
type = lib . types . str ;
18
- default = "ghcr.io/cachix/devenv:latest" ;
18
+ default = "ghcr.io/cachix/devenv/devcontainer :latest" ;
19
19
description = ''
20
20
The name of an image in a container registry.
21
21
'' ;
33
33
type = lib . types . anything ;
34
34
default = "devenv test" ;
35
35
description = ''
36
- Command to run after container creation .
36
+ A command to run after the container is created .
37
37
'' ;
38
38
} ;
39
39
40
40
options . customizations . vscode . extensions = lib . mkOption {
41
41
type = lib . types . listOf lib . types . str ;
42
42
default = [ "mkhl.direnv" ] ;
43
43
description = ''
44
- List of preinstalled VSCode extensions.
44
+ A list of pre-installed VS Code extensions.
45
45
'' ;
46
46
} ;
47
47
} ;
You can’t perform that action at this time.
0 commit comments