Skip to content

Commit

Permalink
build(nix): pin nightly rust
Browse files Browse the repository at this point in the history
pin to version before rust-lang-ci/rust@0399709
rust-lang/rust#130781
rust-lang/rust#131206

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Oct 3, 2024
1 parent 57c9d1a commit f5f8c73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];

description = "Simple, yet extensible nix flake bootstrapping library for real-world projects";
description = "Simple and extensible nix flake bootstrapping library for real-world projects";

inputs.advisory-db.flake = false;
inputs.advisory-db.url = "github:rustsec/advisory-db";
inputs.crane.url = "github:ipetkov/crane/v0.17.3";
inputs.fenix.inputs.nixpkgs.follows = "nixpkgs-nixos";
inputs.fenix.url = "github:nix-community/fenix";
inputs.fenix.url = "github:nix-community/fenix/4306d494985e00719573bbdeb863c27c6d83dc9c";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.macos-sdk.url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz";
inputs.macos-sdk.flake = false;
Expand All @@ -28,7 +28,7 @@
inputs.nixpkgs-darwin.url = "github:nixos/nixpkgs/nixpkgs-24.05-darwin";
inputs.nixpkgs-nixos.url = "github:nixos/nixpkgs/nixos-24.05";
inputs.rust-overlay.inputs.nixpkgs.follows = "nixpkgs-nixos";
inputs.rust-overlay.url = "github:oxalica/rust-overlay";
inputs.rust-overlay.url = "github:oxalica/rust-overlay/2e19799819104b46019d339e78d21c14372d3666";

outputs = inputs: let
lib = import ./lib inputs;
Expand Down

0 comments on commit f5f8c73

Please sign in to comment.