Files
testtepmlate/.devcontainer/dev_shell/install.sh
2022-11-17 23:01:04 +01: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