Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored and nickgerace committed Dec 9, 2024
1 parent 276cd5c commit 7f3d5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(import rust-overlay)
];

rust-version = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain;
rust-version = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
rust-bin-with-overrides = rust-version.override {
extensions = ["rust-analyzer" "rust-src"];
};
Expand Down

0 comments on commit 7f3d5b6

Please sign in to comment.