lol

add fortune as the main program

this will make it work with nix run

authored by

Aadi Bajpai and committed by
GitHub
4f3f6259 07d3557f

+1
+1
pkgs/tools/misc/fortune/default.nix
··· 37 37 '') ]; 38 38 39 39 meta = with lib; { 40 + mainProgram = "fortune"; 40 41 description = "A program that displays a pseudorandom message from a database of quotations"; 41 42 license = licenses.bsdOriginal; 42 43 platforms = platforms.unix;