generated from stubbfel/nix-project-template
Initial commit
This commit is contained in:
6
.devcontainer/dev_shell/devcontainer-feature.json
Normal file
6
.devcontainer/dev_shell/devcontainer-feature.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "DevShell",
|
||||
"id": "dev_shell",
|
||||
"version": "1.0.0",
|
||||
"description": "A nix based dev shell"
|
||||
}
|
||||
4
.devcontainer/dev_shell/install.sh
Normal file
4
.devcontainer/dev_shell/install.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/env sh
|
||||
|
||||
echo 'nix --experimental-features "nix-command flakes" develop' >/usr/bin/devShell
|
||||
chmod +x /usr/bin/devShell
|
||||
Reference in New Issue
Block a user