Skip to content

Commit f8a9556

Browse files
committed
Remove dead code in lbr-prelude Rust build.nix
1 parent 252d927 commit f8a9556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/rust/lbr-prelude/build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ inputs, ... }: {
22
imports = [ inputs.nci.flakeModule ];
3-
perSystem = { pkgs, system, inputs', config, ... }:
3+
perSystem = { pkgs, config, ... }:
44
let crateName = "lbr-prelude";
55
in {
66
nci.projects.${crateName}.path = ./.;

0 commit comments

Comments
 (0)