home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

.conner (979B)


      1 ;;; -*- lisp-data -*-
      2 ((:name "make boot"
      3 	:command "make boot"
      4 	:type "vterm"
      5 	:workdir nil
      6 	:environment nil)
      7  (:name "make switch"
      8 	:command "make switch"
      9 	:type "vterm"
     10 	:workdir nil
     11 	:environment nil)
     12  (:name "host/aomi/boot"
     13 	:command "make host/aomi/boot"
     14 	:type "compile"
     15 	:workdir nil
     16 	:environment nil)
     17  (:name "host/shikoku/boot"
     18 	:command "make host/shikoku/boot"
     19 	:type "compile"
     20 	:workdir nil
     21 	:environment nil)
     22  (:name "host/sakhalin/boot"
     23 	:command "make host/sakhalin/boot"
     24 	:type "compile"
     25 	:workdir nil
     26 	:environment nil)
     27  (:name "host/kerkouane/boot"
     28 	:command "make host/kerkouane/boot"
     29 	:type "compile"
     30 	:workdir nil
     31 	:environment nil)
     32  (:name "host/demeter/boot"
     33 	:command "make host/demeter/boot"
     34 	:type "compile"
     35 	:workdir nil
     36 	:environment nil)
     37  (:name "host/athena/boot"
     38 	:command "make host/athena/boot"
     39 	:type "compile"
     40 	:workdir nil
     41 	:environment nil)
     42  (:name "build wakasu"
     43 	:command "make build"
     44 	:type "compile"
     45 	:workdir nil
     46 	:environment nil))