mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: diagnose?
This commit is contained in:
parent
72591d9b37
commit
aa3e24e087
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ perform_garbage_collection() {
|
|||
}
|
||||
|
||||
# Main script
|
||||
nix --version
|
||||
|
||||
if [[ -z "$SYSTEM_LINK" || -z "$ALIAS" || -z "$SYSTEM_TYPE" ]]; then
|
||||
echo "Usage: $0 <SYSTEM_LINK> <ALIAS> <SYSTEM_TYPE>" >&2
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue