flake.nix: overlay: expose both the namespace and the default attribute

This commit is contained in:
Someone Serge 2023-12-25 17:03:19 +00:00
parent cc37631f7c
commit 869e1e0961
No known key found for this signature in database
GPG key ID: 7B0E3B1390D61DA4

View file

@ -53,6 +53,7 @@
flake.overlays.default =
(final: prev: {
llamaPackages = final.callPackage .devops/nix/scope.nix { inherit llamaVersion; };
inherit (final.llamaPackages) llama-cpp;
});
systems = [