NixOS / nix-pills

Creative Commons Attribution Share Alike 4.0 International
392 stars 117 forks source link

fix(typo): rename mymkDerivation to mkDerivation in Conclusion of pill 08 #220

Closed koralowiec closed 1 year ago

koralowiec commented 1 year ago

Hi,

In Conclusion of pill 08 mymkDerivation is mentioned as a function that was created. I believe it should be changed to mkDerivation - that's the name declared in code here:

  mkDerivation = import ./autotools.nix pkgs;

Also, mkDerivation is mentioned earlier in the pill here

nixos-discourse commented 1 year ago

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/2023-09-25-documentation-team-meeting-notes-82/33491/1