fix llm stuff
This commit is contained in:
parent
ad421cea84
commit
5786863608
12 changed files with 131 additions and 95 deletions
|
@ -11,7 +11,8 @@
|
|||
inputs.nix-rice.overlays.default
|
||||
inputs.helix.overlays.default
|
||||
inputs.nixd.overlays.default
|
||||
inputs.nh.overlays.default
|
||||
# meat overlay includes this
|
||||
# inputs.nh.overlays.default
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.rice
|
||||
];
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
murex = pkgs.murex.overrideAttrs {
|
||||
passthru = {
|
||||
shellPath = "/bin/murex";
|
||||
overrideModAttrs = {};
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue