about summary refs log tree commit diff
path: root/website
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-27T15·56+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-27T16·02+0000
commitc68b3ba02144817ce77fa728195d6d99048b94ca (patch)
treef53567f3a516a50106b2002166bc28aa27439f40 /website
parent48cdb69efb904c14849b6e4ed803749065d993cc (diff)
Change srcs to src for website.goals derivation
Debug the typo.
Diffstat (limited to 'website')
-rw-r--r--website/goals/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/goals/default.nix b/website/goals/default.nix
index 696b63375efb..85e8ec5dac18 100644
--- a/website/goals/default.nix
+++ b/website/goals/default.nix
@@ -2,7 +2,7 @@
 
 pkgs.stdenv.mkDerivation {
   name = "goals-webpage";
-  srcs = ./.;
+  src = ./.;
   buildInputs = with pkgs; [
     nodejs
     # Exposes lscpu for parcel.js