pin to a specific commit of gauntlet

This commit is contained in:
cswimr 2024-12-22 11:02:22 -05:00
parent 7e37712843
commit 58bcac32f0
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 6 additions and 6 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:/project-gauntlet/gauntlet/v12";
url = "github:/project-gauntlet/gauntlet/0b1287c75f57f59429483e25b9dfba08d193dc24"; # v12
inputs.nixpkgs.follows = "nixpkgs";
};
};
@ -149,7 +149,7 @@
imports = [
./home-manager/browser.nix
#FIXME - No idea why this is failing with a 'too many files open' error
#./home-manager/gauntlet.nix
./home-manager/gauntlet.nix
./home-manager/plasma.nix
./home-manager/tpm.nix
./home-manager/user.nix