Rename project to linux-utils, restructure & rewrite readme accordingly

This commit is contained in:
Reinout Meliesie 2026-05-14 12:27:42 +02:00
commit d69265c76a
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
6 changed files with 13 additions and 10 deletions

View file

@ -8,11 +8,11 @@ with pkgs;
( self: super: {
journalctl-last-invocation = callPackage (
import packages/journalctl-last-invocation/package.nix
import journalctl-last-invocation/package.nix
) {};
nix-store-fuzzy-find = callPackage (
import packages/nix-store-fuzzy-find/package.nix
import nix-store-fuzzy-find/package.nix
) {};
})