Initial commit

This commit is contained in:
devcontainer-features
2022-11-17 22:40:23 +01:00
commit efd59cafa3
11 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"name": "DevShell",
"id": "dev_shell",
"version": "1.0.0",
"description": "A nix based dev shell"
}

View File

@@ -0,0 +1,4 @@
#!/bin/env sh
echo 'nix --experimental-features "nix-command flakes" develop' >/usr/bin/devShell
chmod +x /usr/bin/devShell