Skip to content

Commit

Permalink
nix: upgrade faust llvm 5 to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
elaforge committed Jan 27, 2025
1 parent 59bd037 commit 779035b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/faust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{ nixpkgs ? import ./nixpkgs.nix {} }:
let
stdenv = nixpkgs.stdenv;
llvm = nixpkgs.llvm_5;
llvm = nixpkgs.llvm_14;

faustSrc = nixpkgs.fetchFromGitHub {
owner = "grame-cncm";
Expand Down

0 comments on commit 779035b

Please sign in to comment.