aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 7b297d2..aba5d38 100644
--- a/default.nix
+++ b/default.nix
@@ -41,6 +41,7 @@ in with pkgs; with pkgs.stdenv; rec {
buildInputs = [
websiteBuilder
(pkgs.haskellPackages.ghcWithPackages (p: with p; [ hakyll ]))
+ racket
];
};
publishScript = pkgs.writeShellScriptBin "publish.sh" ''