switch to gauntlet's main branch instead of the fork
This commit is contained in:
parent
adb819fa03
commit
728ce7285a
2 changed files with 7 additions and 7 deletions
12
flake.lock
12
flake.lock
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue