nix-pills
nix-pills copied to clipboard
13-callpackage-design-pattern.md: no need for `with nixpkgs`
trafficstars
The original code had with nixpkgs, but with the callPackage pattern, actually nothing from nixpkgs is used, so the with nixpkgs can be removed.