Nix: go back to hf-nix main (#125)

This commit is contained in:
Daniël de Kok
2025-08-01 15:56:02 +02:00
committed by GitHub
parent 176a601178
commit c89e0fa9b9
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View File

@ -58,16 +58,15 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1753693795,
"narHash": "sha256-bKT2Alrbo9wPMINaKVkgnnp/5dp6TpQe80OgpHOz2jI=",
"lastModified": 1754038838,
"narHash": "sha256-oHigCT4z0ayyLyEuxdZooSXRAZP8lfOkZHzY1lx1U50=",
"owner": "huggingface",
"repo": "hf-nix",
"rev": "168df9452b3e6c961fdce0115899a1f8b0947a73",
"rev": "336f781fa284e193baa3d4c3ce3f95fb34e9ffad",
"type": "github"
},
"original": {
"owner": "huggingface",
"ref": "mktestdocs-0.2.5",
"repo": "hf-nix",
"type": "github"
}

View File

@ -1,6 +1,6 @@
{
inputs = {
hf-nix.url = "github:huggingface/hf-nix/mktestdocs-0.2.5";
hf-nix.url = "github:huggingface/hf-nix";
nixpkgs.follows = "hf-nix/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
};