This commit is contained in:
drbh 2025-09-07 21:28:14 -04:00 committed by GitHub
commit 93e663f414
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 25 deletions

View File

@ -305,11 +305,11 @@
}, },
"flake-compat_4": { "flake-compat_4": {
"locked": { "locked": {
"lastModified": 1747046372, "lastModified": 1733328505,
"narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
"owner": "edolstra", "owner": "edolstra",
"repo": "flake-compat", "repo": "flake-compat",
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -586,11 +586,11 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1756232942, "lastModified": 1747919133,
"narHash": "sha256-Gyl/jRFM/knmBT0emDj+ztXgqxPOzZe56XBKsB5Qjp8=", "narHash": "sha256-VvF1naQOvv7yulQ5/cDiaxkNxlh1Y84QMZnderv1szk=",
"owner": "huggingface", "owner": "huggingface",
"repo": "hf-nix", "repo": "hf-nix",
"rev": "97a12921c8bb5cd6693b2591359e18b8864ffdb7", "rev": "9c71e026d6c7c8588ef85a5f7c77f57d598e038c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -738,16 +738,16 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1755963616, "lastModified": 1747820358,
"narHash": "sha256-6yD0ww/S8n+U2uPYcJZ3DRURP8Kx036GRpR2uPNZroE=", "narHash": "sha256-fTqsZsUX6M3yeEvgyQvXcbGmT2CaRVyVwsi8eK29Oj4=",
"owner": "nixos", "owner": "danieldk",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "73e96df7cff5783f45e21342a75a1540c4eddce4", "rev": "d3c1681180717528068082103bf323147de6ab0b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "danieldk",
"ref": "nixos-unstable-small", "ref": "cudatoolkit-12.9-kernel-builder",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -873,11 +873,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1756197489, "lastModified": 1743993291,
"narHash": "sha256-S16rPaBH1TnMbDyL5NlGSJcYd7wPlOEWTStdBDL7BHw=", "narHash": "sha256-u8GHvduU1gCtoFXvTS/wGjH1ouv5S/GRGq6MAT+sG/k=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "8ec04f46f1edeeed3f870da62191745b93975da7", "rev": "0cb3c8979c65dc6a5812dfe67499a8c7b8b4325b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -33,7 +33,7 @@
}; };
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
config = hf-nix.lib.config system; inherit (hf-nix.lib) config;
overlays = [ overlays = [
rust-overlay.overlays.default rust-overlay.overlays.default
hf-nix.overlays.default hf-nix.overlays.default

View File

@ -33,15 +33,6 @@ final: prev: {
# }; # };
# } # }
#); #);
outlines = python-super.outlines.overridePythonAttrs (old: {
version = "0.1.13";
src = fetchPypi {
pname = "outlines";
version = "0.1.13";
hash = "sha256-AjPLP/rpy2sBrY08MrfYfj8c973HsooLyCzT0nfAm8o=";
};
});
} }
) )
]; ];