Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-zahner committed Dec 13, 2024
1 parent 1cc631a commit 48c74b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
default =
let
pkgs = import nixpkgs {
inherit system;
overlays = [ (import rust-overlay) ];
};
inherit system;
overlays = [ (import rust-overlay) ];
};
rustVersion = "latest"; # using a specific version: "1.62.0"
rust = pkgs.rust-bin.stable.${rustVersion}.default.override {
extensions = [
Expand Down

0 comments on commit 48c74b8

Please sign in to comment.