Skip to content

Commit

Permalink
ci: Remove GitHub Actions CI Workflow (#261)
Browse files Browse the repository at this point in the history
* ci: Remove GitHub Actions CI Workflow
  • Loading branch information
lorenzleutgeb committed Jun 6, 2024
1 parent 490b42a commit b877abc
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 260 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cachix

This file was deleted.

100 changes: 0 additions & 100 deletions .github/workflows/ci.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@
pkgs = pkgs // nonBrokenNgiPackages;
};
in {
# Github Actions executes `nix flake check` therefore this output
# buildbot executes `nix flake check`, therefore this output
# should only contain derivations that can built within CI.
# See `.github/workflows/ci.yaml`.
# see ./infra/makemake/buildbot.nix
checks.${system} =
# For `nix flake check` to *build* all packages, because by default
# `nix flake check` only evaluates packages and does not build them.
Expand Down
8 changes: 0 additions & 8 deletions pkgs/by-name/build-matrix/package.nix

This file was deleted.

7 changes: 0 additions & 7 deletions pkgs/by-name/build-matrix/pyproject.toml

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/by-name/build-matrix/src/build_matrix/__init__.py

This file was deleted.

141 changes: 0 additions & 141 deletions pkgs/by-name/build-matrix/src/build_matrix/main.py

This file was deleted.

0 comments on commit b877abc

Please sign in to comment.