bootstrap/specs/clang/run.sh

8 lines
103 B
Bash
Raw Normal View History

2023-11-22 20:43:34 +00:00
#!/usr/bin/env bash
if [ -z "$VERSION" ]; then
VERSION="default"
fi
cp "$VERSION/flake.nix" "$OUT"