Skip to content

Commit 3c4e25a

Browse files
authored
Bump nixpkgs version (#112)
1 parent a767cdf commit 3c4e25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/b387b736065fff4755fc8676ead59e59efc82262.tar.gz) {} }:
1+
{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/871b9fd269ff6246794583ce4ee1031e1da71895.tar.gz) {} }:
22
pkgs.mkShell {
33
nativeBuildInputs = with pkgs.buildPackages; [ nodejs yarn curl jq ];
44
shellHook = ''
@@ -9,4 +9,4 @@
99
yarn build
1010
}
1111
'';
12-
}
12+
}

0 commit comments

Comments
 (0)