7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#!/usr/bin/env bash
|
|
GQL_DIR=$(dirname $(dirname "$(realpath "$BASH_SOURCE")"))
|
|
|
|
cd $GQL_DIR
|
|
|
|
nix develop --impure --command bash "$GQL_DIR/bin/assert-no-changes.sh"
|