1 2 3 4 5 6 7 8 9 10
{ packageOverrides = pkgs: with pkgs; { myPackages = pkgs.buildEnv { name = "my-packages"; paths = [ bc ]; }; }; }