diff --git a/shell.nix b/shell.nix index e38ecf59c496..b0d17e44fd5f 100644 --- a/shell.nix +++ b/shell.nix @@ -19,13 +19,13 @@ # $ nix-shell --pure --arg musl true # -{llvm ? 16, musl ? false, system ? builtins.currentSystem}: +{llvm ? 20, musl ? false, system ? builtins.currentSystem}: let nixpkgs = import (builtins.fetchTarball { - name = "nixpkgs-23.05"; - url = "https://github.com/NixOS/nixpkgs/archive/23.05.tar.gz"; - sha256 = "10wn0l08j9lgqcw8177nh2ljrnxdrpri7bp0g7nvrsn9rkawvlbf"; + name = "nixpkgs-25.05"; + url = "https://github.com/NixOS/nixpkgs/archive/25.05.tar.gz"; + sha256 = "sha256:1915r28xc4znrh2vf4rrjnxldw2imysz819gzhk9qlrkqanmfsxd"; }) { inherit system; };