touhou-cursors: init
All checks were successful
Build packages / Build derivations (push) Successful in 3m14s

This commit is contained in:
uku 2025-06-05 12:18:33 +02:00
parent 63a165b801
commit 4761b6fd19
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 37 additions and 0 deletions

View file

@ -7,5 +7,6 @@ final: prev: {
project-sekai-cursors = prev.callPackage ./project-sekai-cursors/package.nix { };
shlink = prev.callPackage ./shlink/package.nix { };
sql-developer = prev.callPackage ./sql-developer.nix { };
touhou-cursors = prev.callPackage ./touhou-cursors.nix { };
vineflower = prev.callPackage ./vineflower.nix { };
}