Skip to content

Commit

Permalink
Merge pull request nix-community#352 from nix-community/update-flake
Browse files Browse the repository at this point in the history
Update flake
  • Loading branch information
nikstur authored Jun 9, 2024
2 parents e885026 + b158908 commit 547c7bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
pre-commit-hooks-nix = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.flake-compat.follows = "flake-compat";
};

Expand Down Expand Up @@ -88,7 +87,7 @@
inherit (pkgs) lib;

uefi-rust-stable = pkgs.rust-bin.fromRustupToolchainFile ./rust/uefi/rust-toolchain.toml;
craneLib = crane.lib.${system}.overrideToolchain uefi-rust-stable;
craneLib = (crane.mkLib pkgs).overrideToolchain uefi-rust-stable;

# Build attributes for a Rust application.
buildRustApp = lib.makeOverridable (
Expand Down
File renamed without changes.

0 comments on commit 547c7bf

Please sign in to comment.