We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252d927 commit f8a9556Copy full SHA for f8a9556
runtimes/rust/lbr-prelude/build.nix
@@ -1,6 +1,6 @@
1
{ inputs, ... }: {
2
imports = [ inputs.nci.flakeModule ];
3
- perSystem = { pkgs, system, inputs', config, ... }:
+ perSystem = { pkgs, config, ... }:
4
let crateName = "lbr-prelude";
5
in {
6
nci.projects.${crateName}.path = ./.;
0 commit comments