Compare commits

...

3 Commits

Author SHA1 Message Date
Emery Hemingway 0e60b941cf Publish nix_actor 2023-05-30 13:54:08 +01:00
Emery Hemingway e4b5ea54be Add substituter to Sigil 2023-05-20 18:30:09 +01:00
Emery Hemingway a8bc4f0087 Fix decode problems with Preserves-nim 2023-05-20 18:28:40 +01:00
9 changed files with 12 additions and 17 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
##### Do not edit.
.tup
/.gitignore
/bin

6
.gitmodules vendored
View File

@ -136,3 +136,9 @@
[submodule "fontconfig_actor"]
path = fontconfig_actor
url = https://git.syndicate-lang.org/ehmry/fontconfig_actor.git
[submodule "sqlite_actor"]
path = sqlite_actor
url = https://git.syndicate-lang.org/ehmry/sqlite_actor.git
[submodule "nix_actor"]
path = nix_actor
url = https://git.syndicate-lang.org/ehmry/nix_actor.git

View File

@ -1,5 +1,3 @@
<require-service <daemon nix_actor>>
? <built nix_actor ?path ?sum> [
<daemon nix_actor {
argv: [$path]
@ -9,11 +7,3 @@
}
}>
]
? <nixspace ?nixspace> [
? <service-object <daemon nix_actor> ?cap> [
$cap {
dataspace: $nixspace
}
]
]

View File

@ -1,6 +1,2 @@
let ?nixspace = dataspace
<nixspace $nixspace>
$nixspace ? <nix-build "icmlf#ncdc" ?output> [
$log ! <log "-" { ncdc: $output }>
]

1
nix_actor Submodule

@ -0,0 +1 @@
Subproject commit 4e3e77171c12b1509b79975965d279fe9aca1dbc

@ -1 +1 @@
Subproject commit 03876850e5e3ecd949809e29661fb2e769342ef1
Subproject commit 0f697349ccbb885045cf0bf4c908507e2a3b2309

2
sigil

@ -1 +1 @@
Subproject commit e8cae0558db1e792745fbab510287e8f5453bbc5
Subproject commit eedfff3c27e21976296fc5c6177a3a5f6f0d018f

1
sqlite_actor Submodule

@ -0,0 +1 @@
Subproject commit 1b766af3f3eba6e5b7a7f5c45e6591e43629dc92

@ -1 +1 @@
Subproject commit 81ec3808a68ffa384b9f71ce959992d7d26471f3
Subproject commit 1dd197f1021a991abb114a049b471dd2658e8cea