diff --git a/shell.nix b/shell.nix index 49e86c11..7f03ebab 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/b387b736065fff4755fc8676ead59e59efc82262.tar.gz) {} }: +{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/871b9fd269ff6246794583ce4ee1031e1da71895.tar.gz) {} }: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ nodejs yarn curl jq ]; shellHook = '' @@ -9,4 +9,4 @@ yarn build } ''; -} \ No newline at end of file +}