Change srcs to src for website.goals derivation
Debug the typo.
This commit is contained in:
parent
48cdb69efb
commit
c68b3ba021
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "goals-webpage";
|
||||
srcs = ./.;
|
||||
src = ./.;
|
||||
buildInputs = with pkgs; [
|
||||
nodejs
|
||||
# Exposes lscpu for parcel.js
|
||||
|
|
Loading…
Reference in a new issue