Skip to content

Commit 6cfe6d2

Browse files
committed
chore(nix): fix build with nightly Rust
See rust-lang/rust#125321
1 parent 0b6a8c6 commit 6cfe6d2

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

flake.lock

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

flake.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
inputs.systems.follows = "systems";
88
};
99
fenix = {
10-
url = "github:nix-community/fenix";
10+
# nightly update in https://github.com/nix-community/fenix/commit/49b387d269e31271666c01d42a2763f87bbe62b1
11+
# breaks native library linking to nix store,
12+
# see https://github.com/rust-lang/rust/issues/125321
13+
# use last working version
14+
url = "github:nix-community/fenix/a2d19ef9305841f26c8ab908b1c09a84ca307e18";
1115
inputs.nixpkgs.follows = "nixpkgs";
1216
};
1317
naersk = {

0 commit comments

Comments
 (0)