chore: Update `lean4-nix`

This commit is contained in:
Leni Aniva 2024-10-26 17:52:37 -07:00
parent 23efed960b
commit b99fecdb50
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
2 changed files with 4 additions and 4 deletions

View File

@ -42,11 +42,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1729966280,
"narHash": "sha256-8G0n9POJW2zITB1m2h9+0GHA6lNlfsd2kssEqYLfK/U=",
"lastModified": 1729990097,
"narHash": "sha256-3RUciZy/VMbyp9v1f8oba/oQ8bWWVh2+1wsuUah3ryE=",
"owner": "lenianiva",
"repo": "lean4-nix",
"rev": "169dfe5e5db6038801ecfdbe4391cb14c5e8d454",
"rev": "6919763f186c7b0d39907203a649078ff3a4eb71",
"type": "github"
},
"original": {

View File

@ -28,7 +28,7 @@
perSystem = { system, pkgs, ... }: let
pkgs = import nixpkgs {
inherit system;
overlays = [ lean4-nix.tags."v4.12.0" ];
overlays = [ (lean4-nix.readToolchainFile ./lean-toolchain) ];
};
lspecLib = pkgs.lean.buildLeanPackage {
name = "LSpec";