mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-30 01:44:45 +00:00
Fix formatting
This commit is contained in:
parent
d64a4b8cae
commit
3be68e4e18
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue