chore: Cleanup

This commit is contained in:
ditsuke 2024-02-27 00:50:01 +05:30
parent 10a49b9999
commit 51056d932c
No known key found for this signature in database
GPG key ID: 71B6C31C8A5A9D21

View file

@ -28,6 +28,7 @@ lib.makeScope newScope (self: {
pytestCheckHook
;
};
python-scripts = self.callPackage ./python-scripts.nix { inherit buildPythonPackage poetry-core; };
llama-cpp = self.callPackage ./package.nix { };
docker = self.callPackage ./docker.nix { };
docker-min = self.callPackage ./docker.nix { interactive = false; };