generated from stubbfel/nix-project-template
add src
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "DevShell",
|
||||
"id": "dev_shell",
|
||||
"version": "1.0.0",
|
||||
"description": "A nix based dev shell"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/env sh
|
||||
|
||||
echo 'nix --experimental-features "nix-command flakes" develop' >/usr/bin/devShell
|
||||
chmod +x /usr/bin/devShell
|
||||
@@ -4,8 +4,7 @@
|
||||
// Features to add to the dev container. More info: https://containers.dev/implementors/features.
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-from-docker:1": {},
|
||||
"ghcr.io/devcontainers/features/nix:1": {},
|
||||
"./dev_shell": {}
|
||||
"ghcr.io/devcontainers/features/nix:1": {}
|
||||
},
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
|
||||
Reference in New Issue
Block a user