switch to gauntlet's main branch instead of the fork

This commit is contained in:
cswimr 2024-12-22 10:09:54 -05:00
parent adb819fa03
commit 728ce7285a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 7 additions and 7 deletions

View file

@ -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";
};
};