Build bat cache on home manager rebuild.
This commit is contained in:
parent
9be43da63a
commit
1e166c632b
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
neovim-flake,
|
||||
...
|
||||
}:
|
||||
|
|
@ -112,5 +113,8 @@ in
|
|||
];
|
||||
|
||||
file = symlinkFiles;
|
||||
activation.batCache = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
run ${pkgs.bat}/bin/bat cache --build
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue