Change srcs to src for website.goals derivation

Debug the typo.
This commit is contained in:
William Carroll 2020-03-27 15:56:24 +00:00
parent 48cdb69efb
commit c68b3ba021

View file

@ -2,7 +2,7 @@
pkgs.stdenv.mkDerivation {
name = "goals-webpage";
srcs = ./.;
src = ./.;
buildInputs = with pkgs; [
nodejs
# Exposes lscpu for parcel.js