#!/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 '." echo "Error: AUR is not available on NixOS." exit 1