Add a taskfile

This commit is contained in:
2025-09-27 14:24:43 +02:00
parent 6b4c870c40
commit 081670cd92
3 changed files with 63 additions and 5 deletions
+4 -1
View File
@@ -158,7 +158,10 @@
overlays = [nvim-overlay];
};
in rec {
default = nvim-lua;
default = pkgs.mkShell {
inputsFrom = [nvim-lua];
packages = with pkgs; [go-task];
};
nvim-lua = pkgs.mkShell {
name = "nvim-lua";
shellHook = ''