Skip to content

Commit

Permalink
Update shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed May 14, 2024
1 parent e562463 commit 47a6612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
pkgs ? import <nixpkgs> {},

# use a pinned package state
pinned ? import(fetchTarball("https://github.com/NixOS/nixpkgs/archive/31b322916ae1.tar.gz")) {},
pinned ? import(fetchTarball("https://github.com/NixOS/nixpkgs/archive/25865a40d14b.tar.gz")) {},
}:
let
# specify ruby version to use
ruby = pinned.ruby_3_2;
ruby = pinned.ruby_3_3;

# control llvm/clang version (e.g for packages built from source)
llvm = pinned.llvmPackages_16;
Expand Down

0 comments on commit 47a6612

Please sign in to comment.