chore: rename to perch

This commit is contained in:
🪞👃🪞 2025-04-06 01:16:43 +03:00
parent 4badc2fd7b
commit c075871e50
5 changed files with 37 additions and 36 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env nix-shell
{pkgs?import<nixpkgs>{}}:let
stdenv = pkgs.clang19Stdenv;
name = "taggart";
name = "perch";
nativeBuildInputs = with pkgs; [ pkg-config libclang ];
buildInputs = with pkgs; [ libclang ];
LIBCLANG_PATH = "${pkgs.libclang.lib.outPath}/lib";