refactor(hmpl,hectic): warnings

This commit is contained in:
2025-03-24 13:36:31 +00:00
parent 79eaa8bef0
commit 5294ad32f0
13 changed files with 537 additions and 117 deletions
+4
View File
@@ -94,6 +94,10 @@
devShells.${system} = let
shells = self.devShells.${system};
in {
c = pkgs.mkShell {
buildInputs = (with pkgs; [ gdb gcc ]) ++ (with self.packages.${system}; [ hectic nvim-pager]);
PAGER = "${self.packages.${system}.nvim-pager}/bin/pager";
};
default = pkgs.mkShell {
buildInputs =
(with self.packages.${system}; [