added flake apps.default

This commit is contained in:
Zander Thannhauser 2025-08-03 22:52:35 -05:00
parent 35e17cd7c0
commit ec459721a6

View file

@ -32,6 +32,10 @@
ncurses.dev
];
};
apps.default = {
type = "app";
program = "${self.packages.${system}.default}/bin/emacs";
};
packages.default = pkgs.stdenv.mkDerivation rec {
pname = "zemacs";
version = "1.0";