1 2 3 4 5 6 7 8 9 10 11 12 13 14
{...}: { perSystem = { pkgs, config, ... }: let crateName = "spencer"; in { # declare projects nci.projects."simple".path = ./.; # configure crates nci.crates.${crateName} = {}; }; }