From e300edc9f12023e2109adc78b5062f7233f92858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Wed, 20 Nov 2024 15:54:57 +0100 Subject: [PATCH] nixpkgs: use temporary fork for outlines (#34) --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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"; };