We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a767cdf commit 3c4e25aCopy full SHA for 3c4e25a
shell.nix
@@ -1,4 +1,4 @@
1
-{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/b387b736065fff4755fc8676ead59e59efc82262.tar.gz) {} }:
+{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/871b9fd269ff6246794583ce4ee1031e1da71895.tar.gz) {} }:
2
pkgs.mkShell {
3
nativeBuildInputs = with pkgs.buildPackages; [ nodejs yarn curl jq ];
4
shellHook = ''
@@ -9,4 +9,4 @@
9
yarn build
10
}
11
'';
12
-}
+}
0 commit comments