Skip to content

Commit

Permalink
lisp-modules.prompter: init at 0.1.0
Browse files Browse the repository at this point in the history
Promter was an internal part of nyxt that was split off as it's own
external library in nyxt 3.0.0.
  • Loading branch information
dariof4 committed Jun 10, 2023
1 parent a71d35f commit e59c30b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pkgs/development/lisp-modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,32 @@ let
};
};

prompter = build-asdf-system {
pname = "prompter";
version = "0.1.0";

src = pkgs.fetchFromGitHub {
owner = "atlas-engineer";
repo = "prompter";
rev = "0.1.0";
sha256 = "sha256-Duv7L2lMjr3VXsoujQDOMNHCbdUDX4RWoncVm9LDCZE=";
};

lispLibs = [
self.cl-containers
self.nclasses_0_5_0
super.alexandria
super.calispel
super.closer-mop
super.lparallel
super.moptilities
super.serapeum
super.str
super.trivial-package-local-nicknames
];

};

nasdf-unstable = build-asdf-system {
inherit (super.nasdf) pname systems;
version = "20230524-git";
Expand Down

0 comments on commit e59c30b

Please sign in to comment.