chore: drop omarchy pkg-* compatibility shims
Some checks failed
Check / eval-and-lint (push) Failing after 6m15s
Some checks failed
Check / eval-and-lint (push) Failing after 6m15s
These existed only to ease muscle-memory from Arch-based distros and add no behavior on a Nix-native system: - nomarchy-pkg-install — alias for nomarchy-pkg-add - nomarchy-pkg-drop — alias for nomarchy-pkg-remove - nomarchy-pkg-aur-add — stub that only printed "AUR doesn't exist on NixOS" The single code caller (nomarchy-voxtype-remove) was removed in the prior commit, so the shims have no remaining references. SKILL.md updated to use nomarchy-pkg-add and to point at `nix search nixpkgs` instead of the AUR. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
# Nomarchy AUR Stub
|
||||
# Informs the user that AUR is not applicable to NixOS.
|
||||
|
||||
notify-send -u critical "Nomarchy" "The AUR is an Arch Linux feature and is not available on NixOS. Try searching for the package in nixpkgs using 'nix search nixpkgs <name>'."
|
||||
echo "Error: AUR is not available on NixOS."
|
||||
exit 1
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
# Nomarchy Package Drop Script
|
||||
# Alias for nomarchy-pkg-remove.
|
||||
|
||||
nomarchy-pkg-remove "$@"
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
# Nomarchy Package Install Script
|
||||
# Alias for nomarchy-pkg-add for users coming from other distros.
|
||||
|
||||
nomarchy-pkg-add "$@"
|
||||
Reference in New Issue
Block a user