diff options
Diffstat (limited to 'website/sandbox/contentful/default.nix')
-rw-r--r-- | website/sandbox/contentful/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/sandbox/contentful/default.nix b/website/sandbox/contentful/default.nix index 827056a913be..00714f45d098 100644 --- a/website/sandbox/contentful/default.nix +++ b/website/sandbox/contentful/default.nix @@ -2,7 +2,7 @@ let pkgs = import <nixpkgs> {}; in pkgs.stdenv.mkDerivation { name = "ideal-website"; - srcs = ./.; + src = builtins.path { path = ./.; name = "contentful"; }; buildInputs = with pkgs; [ nodejs # Exposes lscpu for parcel.js |