mirror of
https://github.com/srid/ema.git
synced 2024-12-01 23:23:42 +03:00
5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -xe
|
|
|
|
exec nix develop -c ghcid
|