Skip to content

Commit ee1bb80

Browse files
committed
pre-commit run --all
1 parent 1673c07 commit ee1bb80

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

runtimes/rust/lbr-prelude-derive/build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ inputs, ... }: {
2-
perSystem = { system, config, ... }:
2+
perSystem = { config, ... }:
33
let
44
rustFlake =
55
config.lbf-nix.rustFlake {

runtimes/rust/lbr-prelude/build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ inputs, ... }: {
2-
perSystem = { system, config, ... }:
2+
perSystem = { config, ... }:
33
let
44
rustFlake =
55
config.lbf-nix.rustFlake {

0 commit comments

Comments
 (0)