Add nix-store-fuzzy-find package

This commit is contained in:
Reinout Meliesie 2025-03-15 12:53:27 +01:00
parent c38526e1a4
commit a4a4937cb9
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 38 additions and 0 deletions

View file

@ -20,6 +20,10 @@ with pkgs ;
import packages/journalctl-last-invocation/package.nix
) {} ;
nix-store-fuzzy-find = callPackage (
import packages/nix-store-fuzzy-find/package.nix
) {} ;
python = {
bw-file-resubmit = callPackage (