tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mg.meta.mainProgram: init
Alyssa Ross
2 years ago
ddccd7aa
034b9ec5
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
mg
default.nix
+1
pkgs/applications/editors/mg/default.nix
···
31
description = "Micro GNU/emacs, a portable version of the mg maintained by the OpenBSD team";
32
homepage = "https://man.openbsd.org/OpenBSD-current/man1/mg.1";
33
license = licenses.publicDomain;
0
34
platforms = platforms.all;
35
};
36
}
···
31
description = "Micro GNU/emacs, a portable version of the mg maintained by the OpenBSD team";
32
homepage = "https://man.openbsd.org/OpenBSD-current/man1/mg.1";
33
license = licenses.publicDomain;
34
+
mainProgram = "mg";
35
platforms = platforms.all;
36
};
37
}