We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a453f commit da3fd26Copy full SHA for da3fd26
templates/nix/.devcontainer/devcontainer.json
@@ -0,0 +1,20 @@
1
+
2
+{
3
+ "name": "nix",
4
+ "image": "mcr.microsoft.com/devcontainers/base:jammy",
5
+ "features": {
6
+ "ghcr.io/devcontainers/features/nix:1":{}
7
+ },
8
9
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
10
+ // "forwardPorts": [],
11
12
+ // Use 'postCreateCommand' to run commands after the container is created.
13
+ // "postCreateCommand": "uname -a",
14
15
+ // Configure tool-specific properties.
16
+ // "customizations": {},
17
18
+ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
19
+ "remoteUser": "root"
20
+}
0 commit comments