feat: disable smb and enable llama

This commit is contained in:
uttarayan21
2025-08-06 12:27:15 +05:30
parent bc8ff7ba0c
commit 4be00f3108
9 changed files with 109 additions and 35 deletions

View File

@@ -70,7 +70,7 @@
pkgs.openssl
];
PKG_CONFIG_PATH = with final; pkgs.lib.makeSearchPath "lib/pkgconfig" [pkgs.openssl.dev];
nativeBuildINputs = with final; [pkgs.pkg-config];
nativeBuildInputs = with final; [pkgs.pkg-config];
};
picat = let
picat-src = final.pkgs.fetchFromGitHub {