diff options
author | Michael Forney <mforney@mforney.org> | 2019-07-05 23:45:15 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-07-05 23:45:25 -0700 |
commit | 6f565ecfc1a223b206ac1e7365b822fc340a4fbd (patch) | |
tree | c5baf40577cd72f2b5535f098b893c3e7d6ed681 /.builds/nixos.yml | |
parent | 8b425349642dcebefa26541930235a302a51e657 (diff) |
Rename to cproc
Fixes #4
Diffstat (limited to '.builds/nixos.yml')
-rw-r--r-- | .builds/nixos.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/nixos.yml b/.builds/nixos.yml index c537f7d..738d122 100644 --- a/.builds/nixos.yml +++ b/.builds/nixos.yml @@ -1,6 +1,6 @@ image: nixos/latest sources: -- https://git.sr.ht/~mcf/cc +- https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git repositories: nixpkgs: https://nixos.org/channels/nixpkgs-unstable @@ -12,6 +12,6 @@ environment: tasks: - build: | make -C qbe - cd cc + cd cproc ./configure --with-ldso= make all check bootstrap |