Compare commits

..

No commits in common. "e52b96a04845fef6c0c91e2e786ead24fba8f242" and "2a372676cc14097053919585fb8b3a2b42cc3f90" have entirely different histories.

2 changed files with 1 additions and 18 deletions

View file

@ -7,7 +7,7 @@ pkgdesc='Small utility to show systemd journal entries only for the last invocat
arch=(any)
url='https://kernelmaft.com/forgejo/zedfrigg/linux-utils'
license=(GPL-3.0-only)
depends=(zsh)
depends=(systemd zsh)
source=(journalctl-last-invocation)
sha256sums=(SKIP)

View file

@ -1,17 +0,0 @@
# Maintainer: Reinout Meliesie <rei@kernelmaft.com>
pkgname=nix-store-fuzzy-find
pkgver=20260515
pkgrel=1
pkgdesc='Small utility to find Nix store entries by name.'
arch=(any)
url='https://kernelmaft.com/forgejo/zedfrigg/linux-utils'
license=(GPL-3.0-only)
depends=(nix zsh)
source=(nix-store-fuzzy-find)
sha256sums=(SKIP)
package() {
mkdir -p "$pkgdir/usr/bin/"
install nix-store-fuzzy-find "$pkgdir/usr/bin/"
}