add nerdlog package
All checks were successful
Build tests / build-hosts (pull_request) Successful in 25s
Flake check / flake-check (pull_request) Successful in 25s

This commit is contained in:
sid 2026-05-19 13:13:02 +02:00
parent 179a02731b
commit e8f2000053
2 changed files with 84 additions and 0 deletions

View file

@ -15,6 +15,7 @@
jirafeau-cli = pkgs.callPackage ./jirafeau-cli { };
kicad-mcp = pkgs.callPackage ./kicad-mcp { };
mcpo = pkgs.callPackage ./mcpo { };
nerdlog = pkgs.callPackage ./nerdlog { };
pass2bw = pkgs.callPackage ./pass2bw { };
pyman = pkgs.callPackage ./pyman { };
quicknote = pkgs.callPackage ./quicknote { };