From b50c1cfaaab6eb7bbef4327a7cdca540a29cbddb Mon Sep 17 00:00:00 2001 From: eri Date: Tue, 6 Aug 2024 00:36:31 +0200 Subject: [PATCH] Nix: Bump nixpkgs (#32945) Signed-off-by: eri --- etc/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shell.nix b/etc/shell.nix index 61b5d680df3..019a5d51baa 100644 --- a/etc/shell.nix +++ b/etc/shell.nix @@ -5,7 +5,7 @@ buildAndroid ? false }: with import (builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/63d37ccd2d178d54e7fb691d7ec76000740ea24a.tar.gz"; + url = "https://github.com/NixOS/nixpkgs/archive/d04953086551086b44b6f3c6b7eeb26294f207da.tar.gz"; }) { overlays = [ (import (builtins.fetchTarball {