chore(shell.nix): update temci once more
This commit is contained in:
parent
99f2b356e9
commit
65643ee90b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
lean = pkgs.callPackage ./default.nix {};
|
||||
temci = pkgs.callPackage (builtins.fetchGit { url = https://github.com/parttimenerd/temci.git; rev = "1adbe63e3976693eb82ae1bb17b0b17566473853"; }) {};
|
||||
temci = pkgs.callPackage (builtins.fetchGit { url = https://github.com/parttimenerd/temci.git; rev = "2facd7c78ab35722f34db1d42883ec02f8a0de23"; }) {};
|
||||
in pkgs.mkShell rec {
|
||||
inputsFrom = [ lean ];
|
||||
buildInputs = with pkgs; [ temci clang_7 ccache ninja jemalloc ];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue