flake.nix: overlay: expose both the namespace and the default attribute
This commit is contained in:
parent
cc37631f7c
commit
869e1e0961
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
flake.overlays.default =
|
flake.overlays.default =
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
llamaPackages = final.callPackage .devops/nix/scope.nix { inherit llamaVersion; };
|
llamaPackages = final.callPackage .devops/nix/scope.nix { inherit llamaVersion; };
|
||||||
|
inherit (final.llamaPackages) llama-cpp;
|
||||||
});
|
});
|
||||||
|
|
||||||
systems = [
|
systems = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue