From 5ca7e960b4366ea276a53f06a8c16a706d616834 Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Mon, 1 Dec 2025 15:56:59 +0100 Subject: [PATCH] Bump nixpkgs version --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}