pin to a specific commit of gauntlet
This commit is contained in:
parent
7e37712843
commit
58bcac32f0
2 changed files with 6 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -318,17 +318,17 @@
|
||||||
"systems": "systems"
|
"systems": "systems"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1734875486,
|
"lastModified": 1734882787,
|
||||||
"narHash": "sha256-bvoOVKBl0c0q+XB8G5rxxu1X+sZ2bp4Pl90saYas9Zo=",
|
"narHash": "sha256-ObrWPwUKDZXDeFjZhbkZcpn1sKXeI+hDyR0t8acRfzQ=",
|
||||||
"owner": "project-gauntlet",
|
"owner": "project-gauntlet",
|
||||||
"repo": "gauntlet",
|
"repo": "gauntlet",
|
||||||
"rev": "ff05d7c6735b7ce0b36f37e66fbf69966fc95d86",
|
"rev": "0b1287c75f57f59429483e25b9dfba08d193dc24",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "project-gauntlet",
|
"owner": "project-gauntlet",
|
||||||
"ref": "v12",
|
|
||||||
"repo": "gauntlet",
|
"repo": "gauntlet",
|
||||||
|
"rev": "0b1287c75f57f59429483e25b9dfba08d193dc24",
|
||||||
"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:/project-gauntlet/gauntlet/v12";
|
url = "github:/project-gauntlet/gauntlet/0b1287c75f57f59429483e25b9dfba08d193dc24"; # v12
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./home-manager/browser.nix
|
./home-manager/browser.nix
|
||||||
#FIXME - No idea why this is failing with a 'too many files open' error
|
#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/plasma.nix
|
||||||
./home-manager/tpm.nix
|
./home-manager/tpm.nix
|
||||||
./home-manager/user.nix
|
./home-manager/user.nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue