mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-26 13:25:08 +02:00
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).
This commit is contained in:
Generated
+3
-3
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user