5 lines
125 B
Bash
Executable file
5 lines
125 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Run this command to reproduce CI
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")"
|
|
nix-build --no-out-link ci.nix
|