feat: hectic C: logging settings

This commit is contained in:
2025-04-07 16:54:11 +00:00
parent 9d29c6e2a2
commit 1beab62935
7 changed files with 773 additions and 22 deletions
+1 -1
View File
@@ -140,7 +140,7 @@
shells = self.devShells.${system};
in {
c = pkgs.mkShell {
buildInputs = (with pkgs; [ inotify-tools gdb gcc ]) ++ (with self.packages.${system}; [ hectic nvim-pager watch ]);
buildInputs = (with pkgs; [ inotify-tools gdb gcc ]) ++ (with self.packages.${system}; [ c-hectic nvim-pager watch ]);
PAGER = "${self.packages.${system}.nvim-pager}/bin/pager";
};
default = pkgs.mkShell {