mirror of
https://github.com/larstvei/emacs-flake.git
synced 2024-11-26 08:08:31 +00:00
Add jinx
This commit is contained in:
parent
d7d582fe08
commit
263afb8a69
@ -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": {
|
||||||
|
@ -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 ]; };
|
||||||
|
Loading…
Reference in New Issue
Block a user