Skip to content

Commit

Permalink
ci: update nix setup (#5272)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 authored Jan 3, 2025
1 parent 4d6fe31 commit 3b27adb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-unstable";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
fenix = import (fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz") {};
pkgs = import nixpkgs { config = {}; overlays = []; };
in
Expand All @@ -17,10 +17,12 @@ pkgs.mkShell rec {
})
cargo-nextest
taplo
curl
];

buildInputs = with pkgs; [
libgit2
libz
];

LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
Expand Down

0 comments on commit 3b27adb

Please sign in to comment.