Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
Showing only changes of commit 1e166c632b - Show all commits

View file

@ -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
'';
};
}