1 2 3 4 5
{ nixpkgs, shellrc, system }: { riscv = import ./riscv.nix { inherit nixpkgs; inherit shellrc; inherit system; }; }