From 90b897dbbc014ab11f77566c0a7901a9db42c272 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 1 Feb 2021 21:34:27 -0700 Subject: dramatically simplify project dependencies by specifying specific jekyll and plugin versions --- default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 19de15d..26368d6 100644 --- a/default.nix +++ b/default.nix @@ -23,14 +23,7 @@ serve = pkgs.stdenv.mkDerivation { name = "mediocre-blog-shell"; - - # glibcLocales is required so to fill in LC_ALL and other locale - # related environment vars. Without those jekyll's scss compiler - # fails. - # - # TODO probably get rid of the scss compiler. - buildInputs = [ jekyll_env pkgs.glibcLocales ]; - + buildInputs = [ jekyll_env ]; shellHook = '' exec ${jekyll_env}/bin/jekyll serve -s ./src -d ./_site -w -I -D -H 0.0.0.0 ''; -- cgit v1.2.3