Skip to content

Commit 37a0c8a

Browse files
committed
Follow lean4-nix nixpkgs version
1 parent c8fb3cb commit 37a0c8a

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

flake.lock

Lines changed: 7 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
};
1212

1313
inputs = {
14-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
14+
nixpkgs = {
15+
url = "github:nixos/nixpkgs/nixos-unstable";
16+
follows = "lean4-nix/nixpkgs";
17+
};
1518
flake-parts.url = "github:hercules-ci/flake-parts";
1619
lean4-nix.url = "github:lenianiva/lean4-nix";
1720
blake3 = {

0 commit comments

Comments
 (0)