Skip to content

Commit 3d99ab5

Browse files
fix: update compiler-dev flake LLVM
Update compiler-dev flake LLVM version according to [building from source](https://github.com/ziglang/zig?tab=readme-ov-file#building-from-source) requirements.
1 parent 151ddf5 commit 3d99ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/compiler-dev/flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Zig compiler development.";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
66
flake-utils.url = "github:numtide/flake-utils";
77

88
# Used for shell.nix
@@ -33,7 +33,7 @@
3333
wasmtime
3434
zlib
3535
]
36-
++ (with llvmPackages_20; [
36+
++ (with llvmPackages_21; [
3737
clang
3838
clang-unwrapped
3939
lld

0 commit comments

Comments
 (0)