Using nixpkgs.legacyPackages.${system} vs import

Using import causes nixpkgs to be evaluated another time for the import. You shouldn’t use it unless you have to, to apply some config.

6 Likes