Skip to content

Commit 88832a2

Browse files
committed
feat: bump flake including transformers and huggingface_hub versions
1 parent 06d9d88 commit 88832a2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
};
3434
pkgs = import nixpkgs {
3535
inherit system;
36-
inherit (hf-nix.lib) config;
36+
config = hf-nix.lib.config system;
3737
overlays = [
3838
rust-overlay.overlays.default
3939
hf-nix.overlays.default

0 commit comments

Comments
 (0)