Nix hm #1
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
neovim-flake,
|
neovim-flake,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -112,5 +113,8 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
file = symlinkFiles;
|
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