blob: ff6ba8df04d8c1997c92aa972de6cdb561e7874d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
builddir = .ninja
outdir = ./output
rule run-services
command = s6-svscan ./services
rule run
command = execlineb -c '$
importas -i DEPOT_ROOT DEPOT_ROOT $
importas -i PROFPATSCH_ROOT PROFPATSCH_ROOT cd $$PROFPATSCH_ROOT $
nix-run { $$DEPOT_ROOT -A users.Profpatsch.shortcuttable } cabal repl whatcd-resolver/ --repl-options "-e main" $
'
build run-services: run-services
pool = console
build run: run
pool = console
|