ocaml
This commit is contained in:
commit
e598b04cae
31 changed files with 946 additions and 0 deletions
9
lib/commands/cook.ml
Normal file
9
lib/commands/cook.ml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
let run () =
|
||||
print_string Common.header;
|
||||
Common.meat_print "PREPARING DELICIOUS MEATS..";
|
||||
let build_target =
|
||||
Unix.getenv "MEATS" ^ "#nixosConfigurations." ^ Unix.gethostname ()
|
||||
^ ".config.system.build.toplevel"
|
||||
in
|
||||
Common.do_cmd @@ "nix build --no-link" ^ build_target |> ignore;
|
||||
print_string Common.footer
|
||||
Loading…
Add table
Add a link
Reference in a new issue