{ ... }: { perSystem = { pkgs, config, ... }: let crateName = "my-crate"; in { nci.projects."simple".path = ./.; nci.crates.${crateName} = { }; }; }