6 lines
92 B
Bash
Executable file
6 lines
92 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euxo pipefail
|
|
|
|
nix fmt
|
|
|
|
nix flake check --all-systems --show-trace
|