Skip to content

Commit

Permalink
Bump stuff in nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jul 31, 2023
1 parent eed3de7 commit da84281
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/14d9b465c71.tar.gz")) {},
pinned ? import(fetchTarball("https://github.com/NixOS/nixpkgs/archive/88f63d51109.tar.gz")) {},
}:
let
# specify ruby version to use
ruby = pinned.ruby_3_1;
ruby = pinned.ruby_3_2;

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

0 comments on commit da84281

Please sign in to comment.