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

@ -318,17 +318,17 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1734666159, "lastModified": 1734875486,
"narHash": "sha256-hKSjMguO4cDIrQ5ewzwMalYpZLCFBR9AMoZfZqAIolI=", "narHash": "sha256-bvoOVKBl0c0q+XB8G5rxxu1X+sZ2bp4Pl90saYas9Zo=",
"owner": "schradert", "owner": "project-gauntlet",
"repo": "gauntlet", "repo": "gauntlet",
"rev": "b2d3c9617ef01af2f6951dafaeb2e97fdeee943d", "rev": "ff05d7c6735b7ce0b36f37e66fbf69966fc95d86",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "schradert", "owner": "project-gauntlet",
"ref": "v12",
"repo": "gauntlet", "repo": "gauntlet",
"rev": "b2d3c9617ef01af2f6951dafaeb2e97fdeee943d",
"type": "github" "type": "github"
} }
}, },

View file

@ -40,7 +40,7 @@
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions"; nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
catppuccin-vsc.url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz"; catppuccin-vsc.url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
gauntlet = { gauntlet = {
url = "github:/schradert/gauntlet/b2d3c9617ef01af2f6951dafaeb2e97fdeee943d"; url = "github:/project-gauntlet/gauntlet/v12";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };