6 lines
150 B
Bash
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 |