about summary refs log blame commit diff
path: root/users/Profpatsch/whatcd-resolver/build.ninja
blob: ff6ba8df04d8c1997c92aa972de6cdb561e7874d (plain) (tree)



















                                                                                                                     

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