From 728ce7285ade68d46c7b1f631e422481c8d98be9 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 22 Dec 2024 10:09:54 -0500 Subject: [PATCH] switch to gauntlet's main branch instead of the fork --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index a3cc72c..87945fb 100644 --- a/flake.lock +++ b/flake.lock @@ -318,17 +318,17 @@ "systems": "systems" }, "locked": { - "lastModified": 1734666159, - "narHash": "sha256-hKSjMguO4cDIrQ5ewzwMalYpZLCFBR9AMoZfZqAIolI=", - "owner": "schradert", + "lastModified": 1734875486, + "narHash": "sha256-bvoOVKBl0c0q+XB8G5rxxu1X+sZ2bp4Pl90saYas9Zo=", + "owner": "project-gauntlet", "repo": "gauntlet", - "rev": "b2d3c9617ef01af2f6951dafaeb2e97fdeee943d", + "rev": "ff05d7c6735b7ce0b36f37e66fbf69966fc95d86", "type": "github" }, "original": { - "owner": "schradert", + "owner": "project-gauntlet", + "ref": "v12", "repo": "gauntlet", - "rev": "b2d3c9617ef01af2f6951dafaeb2e97fdeee943d", "type": "github" } }, diff --git a/flake.nix b/flake.nix index bdbf7e9..3ee4dd6 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions"; catppuccin-vsc.url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz"; gauntlet = { - url = "github:/schradert/gauntlet/b2d3c9617ef01af2f6951dafaeb2e97fdeee943d"; + url = "github:/project-gauntlet/gauntlet/v12"; inputs.nixpkgs.follows = "nixpkgs"; }; };