Compare commits

..

No commits in common. "58bcac32f080088b7cdbcbf9423c5b9f64957df0" and "ee1f3a5099d74f089c5a30c31130cd5cca06eb70" have entirely different histories.

3 changed files with 6 additions and 7 deletions

8
flake.lock generated
View file

@ -318,17 +318,17 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1734882787, "lastModified": 1734875486,
"narHash": "sha256-ObrWPwUKDZXDeFjZhbkZcpn1sKXeI+hDyR0t8acRfzQ=", "narHash": "sha256-bvoOVKBl0c0q+XB8G5rxxu1X+sZ2bp4Pl90saYas9Zo=",
"owner": "project-gauntlet", "owner": "project-gauntlet",
"repo": "gauntlet", "repo": "gauntlet",
"rev": "0b1287c75f57f59429483e25b9dfba08d193dc24", "rev": "ff05d7c6735b7ce0b36f37e66fbf69966fc95d86",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "project-gauntlet", "owner": "project-gauntlet",
"ref": "v12",
"repo": "gauntlet", "repo": "gauntlet",
"rev": "0b1287c75f57f59429483e25b9dfba08d193dc24",
"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:/project-gauntlet/gauntlet/0b1287c75f57f59429483e25b9dfba08d193dc24"; # v12 url = "github:/project-gauntlet/gauntlet/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

View file

@ -88,7 +88,6 @@
tmpfile = $(mktemp) tmpfile = $(mktemp)
gh copilot alias -- bash > @(tmpfile) gh copilot alias -- bash > @(tmpfile)
source-bash @(tmpfile) source-bash @(tmpfile)
ulimit -n 4096
''; '';
package = pkgs.xonsh.override { package = pkgs.xonsh.override {
extraPackages = ps: [ extraPackages = ps: [