From cd539925f04728fcc5540281fff6bd659b4ab2b6 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 24 Aug 2026 10:01:15 +0800 Subject: [PATCH] fix(flake): update rust-overlay to silence stdenv.is* deprecation warnings Lanzaboote's nested rust-overlay input (2026-06-21) used the now-deprecated stdenv.isLinux/stdenv.isDarwin aliases in mk-aggregated.nix, triggering two evaluation warnings on nixpkgs 26.11 (where these aliases gained lib.warn). rust-overlay fixed this treewide in 892c035d (2026-08-13); update the nested input to master (f60c1b57, 2026-08-23). --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 44882f31..de5e4cfb 100644 --- a/flake.lock +++ b/flake.lock @@ -880,11 +880,11 @@ ] }, "locked": { - "lastModified": 1782012058, - "narHash": "sha256-9mWUnReOUXfKjZuJAL/bAFH3LUyECTRtXgSNVjRw3UY=", + "lastModified": 1787454509, + "narHash": "sha256-r4LDUF+zmJnkftvCVkCrUhSJazsf6EVJF+V2l4/MYbI=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "8534567325bd8a8d2928e6afd81e0a87d19efd3c", + "rev": "f60c1b57ff805a46b5175c76fc981fb4f81efbcc", "type": "github" }, "original": {