feat(audit): address batch 2 of missing scripts
- Implement nomarchy-version, nomarchy-debug, nomarchy-reinstall, nomarchy-rollback, nomarchy-upload-log - Implement nomarchy-refresh-hyprland and nomarchy-refresh-waybar - Update docs/SCRIPTS.md with 'kept' status for new scripts
This commit is contained in:
9
features/scripts/utils/nomarchy-version
Executable file
9
features/scripts/utils/nomarchy-version
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Nomarchy Version Script
|
||||
# Prints the current Nomarchy version based on the upstream NixOS channel.
|
||||
|
||||
VERSION="25.11.0"
|
||||
CODENAME="Markhor"
|
||||
|
||||
echo "Nomarchy v${VERSION} (${CODENAME})"
|
||||
Reference in New Issue
Block a user