diff --git a/flake.lock b/flake.lock index de5c7c6..c42467e 100644 --- a/flake.lock +++ b/flake.lock @@ -35,16 +35,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1731562571, - "narHash": "sha256-9V0C/H6NL2Vk3Y76msqNA8TgwZ6Ge4frOVawTNFJQmM=", - "owner": "nixos", + "lastModified": 1732034459, + "narHash": "sha256-Zais/zMRuJdlALidkUgEuasXOd37ZZLqkPkF9bIYSrY=", + "owner": "danieldk", "repo": "nixpkgs", - "rev": "19d66fab291f90ce56d0479b128cc7a5271bf666", + "rev": "40280e7bf9743cdf563494db4ece2a43aa674fa8", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable-small", + "owner": "danieldk", + "ref": "outlines-v0.1.4-tgi", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 7ef2f8e..6e4f6e1 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { flake-utils.url = "github:numtide/flake-utils"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:danieldk/nixpkgs/outlines-v0.1.4-tgi"; flake-compat.url = "github:edolstra/flake-compat"; };