generated from stubbfel/nix-project-template
5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/env sh
|
|
|
|
echo 'nix --experimental-features "nix-command flakes" develop' >/usr/bin/devShell
|
|
chmod +x /usr/bin/devShell
|