Skip to content

Commit e3b1ba2

Browse files
committed
flake.nix: overlay: expose both the namespace and the default attribute
1 parent a629371 commit e3b1ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
flake.overlays.default =
5454
(final: prev: {
5555
llamaPackages = final.callPackage .devops/nix/scope.nix { inherit llamaVersion; };
56+
inherit (final.llamaPackages) llama-cpp;
5657
});
5758

5859
systems = [

0 commit comments

Comments
 (0)