nix

How to install the make command in nixos


I search in the the list of nix package. I write make.

I only find ekam and it doesn't work.

 nix-shell -p ekam

Solution

  • Search for gnumake

    On nixos:

       nix-env -iA nixos.gnumake
    

    On a shell:

     nix-shell -p gnumake 
    

    works, but

     nix-shell -p
    

    is enough

    You can now test on a project

    make