1
0
Files
nix-project-template/.devcontainer/dev_shell/install.sh
2022-11-17 21:36:05 +00:00

5 lines
125 B
Bash

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