flake-update-diff/utils/attic-utils.bash
ahuston-0 407c5f07a7
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Failing after 1m19s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Failing after 1m20s
Check Nix formatting / Perform Nix format checks (pull_request) Failing after 1m19s
remove wheel preference, add CI
2025-03-18 15:31:05 -04:00

14 lines
142 B
Bash

#!/usr/bin/env bash
cache_name=""
action=""
case "$action" in
"login")
;;
*)
echo ""
exit 1
;;
esac