Skip to content

Commit ec9996f

Browse files
committed
fix: adjust outline version in overlay
1 parent 88832a2 commit ec9996f

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/overlay.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ final: prev: {
3333
# };
3434
# }
3535
#);
36+
37+
outlines = python-super.outlines.overridePythonAttrs (old: {
38+
version = "0.1.13";
39+
src = fetchPypi {
40+
pname = "outlines";
41+
version = "0.1.13";
42+
hash = "sha256-AjPLP/rpy2sBrY08MrfYfj8c973HsooLyCzT0nfAm8o=";
43+
};
44+
});
3645
}
3746
)
3847
];

0 commit comments

Comments
 (0)