diff options
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,7 +57,11 @@ devShells.default = pkgs.mkShell { nativeBuildInputs = with pkgs; [ + gnumake + gzip + mandoc postgresql + shellcheck ]; shellHook = '' export FLAKE=${self} |