tvl-depot/users/Profpatsch/whatcd-resolver/build.ninja

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
447 B
Text
Raw Normal View History

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