Skip to content

Commit

Permalink
Upgrade Rust (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao authored Apr 19, 2024
1 parent b6b024f commit 145e190
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
};
rustNightly = mkRust prev.rust-bin.nightly."2023-11-28".minimal;
rust-1_60 = mkRust prev.rust-bin.stable."1.60.0".minimal;
rustStable = mkRust prev.rust-bin.stable."1.74.0".minimal;
rustStable = mkRust prev.rust-bin.stable."1.76.0".minimal;
saberPackages = (import ./packages {
inherit rustNightly rustStable rust-1_60;
pkgs = prev;
Expand Down
1 change: 0 additions & 1 deletion packages/anchor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
, stdenv
, fetchFromGitHub
, rustStable
, rust-1_60
}:

let
Expand Down
2 changes: 1 addition & 1 deletion packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
([ IOKit Security CoreFoundation AppKit ]
++ (pkgs.lib.optionals pkgs.stdenv.isAarch64 [ System ])));
anchorPackages = import ./anchor {
inherit rustStable rust-1_60;
inherit rustStable;
inherit (pkgs) lib pkg-config openssl stdenv udev fetchFromGitHub;
inherit darwinPackages;
};
Expand Down

0 comments on commit 145e190

Please sign in to comment.