Skip to content

Commit cf212f4

Browse files
authored
Merge pull request #81 from failingprovince/llvm-21
fix: update compiler-dev flake LLVM from 20 to 21
2 parents 151ddf5 + 3d99ab5 commit cf212f4

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)