diff --git a/flake.nix b/flake.nix index e8e1c45..f43c7dc 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ pname = "jakstys.lt"; version = "1.0.0"; src = pkgs.lib.cleanSource self; - buildInputs = devDeps; + buildInputs = with pkgs; [hugo dart-sass]; buildPhase = "hugo --cleanDestinationDir --printPathWarnings --panicOnWarning"; installPhase = "mv public $out"; }) {};