feat: add createScript wrapper also stolen from @ivarwithoutbones

This commit is contained in:
Ahwx 2025-08-12 16:18:16 +02:00
parent 1e931d6876
commit e9c413994f
2 changed files with 41 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ pkgs }:
{
# wikit = pkgs.callPackage ./wikit/default.nix { };
createScript = pkgs.callPackage ./createScript/default.nix { };
nix-search-fzf = pkgs.callPackage ./nix-search-fzf/default.nix { };
}