Skip to content

Commit 19cc92f

Browse files
committed
pre-commit
1 parent b94d3d4 commit 19cc92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/flake-rust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgs:
22

3-
{ crane, src, crateName, extraSources ? [ ], extraSourcesDir ? ".extras", data ? [ ], dataDir ? "data", devShellHook ? "", devShellTools ? [ ], testTools ? [] }:
3+
{ crane, src, crateName, extraSources ? [ ], extraSourcesDir ? ".extras", data ? [ ], dataDir ? "data", devShellHook ? "", devShellTools ? [ ], testTools ? [ ] }:
44
let
55
rustWithTools = pkgs.rust-bin.stable.latest.default.override {
66
extensions = [ "rustfmt" "rust-analyzer" "clippy" "rust-src" ];

0 commit comments

Comments
 (0)