This commit is contained in:
larstvei 2024-07-20 19:56:04 +02:00
parent d7d582fe08
commit 263afb8a69
2 changed files with 7 additions and 5 deletions

View File

@ -3,11 +3,11 @@
"emacs-config": { "emacs-config": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1721474679, "lastModified": 1721497986,
"narHash": "sha256-CoT9hB3JuRYi9ZZTvjcXKmlp65/oQT0JhbCnWKpOidI=", "narHash": "sha256-Z3Lx7334AiV/g0VYMZw0QLaZbnyLbEhKUvc0uAOTgNo=",
"owner": "larstvei", "owner": "larstvei",
"repo": "dot-emacs", "repo": "dot-emacs",
"rev": "047d681931f4dd31ef6cac09dca4f79ea6a1b4fa", "rev": "8d5c90d13f16e09e13ecffde45523b27134b6c6b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -40,8 +40,10 @@
defaultInitFile = true; defaultInitFile = true;
alwaysEnsure = true; alwaysEnsure = true;
alwaysTangle = true; alwaysTangle = true;
extraEmacsPackages = epkgs: extraEmacsPackages = epkgs: [
[ epkgs.treesit-grammars.with-all-grammars ]; epkgs.treesit-grammars.with-all-grammars
epkgs.jinx
];
}; };
devShell = pkgs.mkShell { buildInputs = [ pkgs.jq ]; }; devShell = pkgs.mkShell { buildInputs = [ pkgs.jq ]; };