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