update template
This commit is contained in:
@@ -2,8 +2,5 @@
|
||||
"name": "DevShell",
|
||||
"id": "dev_shell",
|
||||
"version": "1.0.0",
|
||||
"description": "A nix based dev shell",
|
||||
"installsAfter": [
|
||||
"ghcr.io/devcontainers/features/nix:1"
|
||||
]
|
||||
"description": "A nix based dev shell"
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
#!/bin/env sh
|
||||
|
||||
nix-env -i nixpkgs-fmt
|
||||
|
||||
echo 'nix --experimental-features "nix-command flakes" develop' > /usr/bin/devShell
|
||||
chmod +x /usr/bin/devShell
|
||||
echo 'nix --experimental-features "nix-command flakes" develop' >/usr/bin/devShell
|
||||
chmod +x /usr/bin/devShell
|
||||
|
||||
Reference in New Issue
Block a user