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

6 lines
150 B
Bash

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