diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-01T01·47+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-03-01T01·47+0000 |
commit | 0faa25ea5506162bbf9eb1bb95052ca01fa2f6d0 (patch) | |
tree | 9aff4d532f6feb6f9639c7efcaa10d3bffcad4ef /ci-builds.nix | |
parent | 814729bd04fd0d9ace4fe9e11d51f960e743adfc (diff) |
fix(build): Remove guile from CI builds r/590
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index e9abcdb6106c..2c94d032a2af 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -23,7 +23,6 @@ with (import ./default.nix {}); [ ops.nixos.nuggetSystem third_party.cgit third_party.git - third_party.guile third_party.lisp # will build all third-party libraries tools.cheddar tools.emacs |