Skip to content

Commit

Permalink
no verbose and delete build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Jun 25, 2024
1 parent 651b1c0 commit f8c85e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main():
print('building', v, flake)
result = 'result_' + v

subprocess.check_call(['nix', 'build', '-Lv', '--out-link', result, flake])
subprocess.check_call(['nix', 'build', '-L', '--out-link', result, flake])

shutil.copytree(result + '/' + path + '/.', OUT_PATH + '/' + v, copy_function=shutil.copy)

Expand Down
1 change: 0 additions & 1 deletion versions.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
1,github:katrinafyi/pac-nix/7b2e75af6fae9eb6a21d95952917912445461ec2#aslp_web,lib/ocaml/4.14.1/site-lib/aslp_web/,2024-06-25 14:01:20+1000
2,github:katrinafyi/pac-nix/7b2e75af6fae9eb6a21d95952917912445461ec2#aslp_web,lib/ocaml/4.14.1/site-lib/aslp_web/,2024-06-25 14:01:20+1000

0 comments on commit f8c85e2

Please sign in to comment.