summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index bedd3af..7b2eb9c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -57,7 +57,11 @@
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
+ gnumake
+ gzip
+ mandoc
postgresql
+ shellcheck
];
shellHook = ''
export FLAKE=${self}
Generated by cgit. See skreutz.com for my tech blog and contact information.