Skip to content

Commit

Permalink
Build dependency on /notifications in sky
Browse files Browse the repository at this point in the history
  • Loading branch information
bonbud-macryg committed Aug 19, 2024
1 parent 362ece9 commit 9717e8d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pkg/arvo/app/neo.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,9 @@
=. run
(emit (do-card #/[p/our.bowl] %make %root ~ ~))
=. run
(emit (do-card #/[p/our.bowl]/sky %make %sky ~ ~))
(emit (do-card #/[p/our.bowl]/notifications %make %notifications ~ ~))
=. run
(emit (do-card #/[p/our.bowl]/sky %make %sky ~ (~(gas by *crew:neo) not/#/[p/our.bowl]/notifications ~)))
=. run
(emit (do-card #/[p/our.bowl]/srv/hawk %make %hawk-eyre ~ ~))
=. run
Expand Down
14 changes: 13 additions & 1 deletion pkg/arvo/neo/cod/std/src/imp/sky.hoon
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/@ flag
/@ notification
/@ notifications-controller
/- serv=sky-server
/* feather
/* s-k-y
Expand All @@ -10,7 +13,16 @@
++ kids
:+ ~ %z
schema.serv
++ deps *deps:neo
++ deps
%- ~(gas by *deps:neo)
:~ :- %not
:+ req=| [pro/%notifications-controller (sy %notification %notifications-controller ~)]
:+ ~ %z
%- ~(gas by *lads:neo)
:~ :- [&/%notification |/%da |]
[pro/%notification (sy %flag ~)]
==
==
++ form
^- form:neo
|_ [=bowl:neo =aeon:neo =pail:neo]
Expand Down

0 comments on commit 9717e8d

Please sign in to comment.