rm dev container docker file
This commit is contained in:
6
.devcontainer/dev_shell/install.sh
Normal file
6
.devcontainer/dev_shell/install.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/env sh
|
||||
|
||||
nix-env -i nixpkgs-fmt
|
||||
|
||||
echo 'nix --experimental-features "nix-command flakes" develop' > /usr/bin/devShell
|
||||
chmod +x /usr/bin/devShell
|
||||
Reference in New Issue
Block a user