Skip to content

Commit 570933e

Browse files
committed
nix: update flake inputs
We now get a fresh Rust 1.86 toolchain from Nix.
1 parent 41e93e1 commit 570933e

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

flake.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
description = "uefi-rs";
33

44
inputs = {
5-
# We follow the latest stable release of nixpkgs
6-
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
5+
# Use freshest nixpkgs. We don't use master as packages in nixpkgs-unstable
6+
# have already been build by the nixpkgs CI and are available from the
7+
# nixos.org cache.
8+
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
79
rust-overlay.url = "github:oxalica/rust-overlay";
810
};
911

0 commit comments

Comments
 (0)