added flake apps.default
This commit is contained in:
parent
35e17cd7c0
commit
ec459721a6
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue