Skip to content

Commit

Permalink
Merge pull request #1467 from hercules-ci/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
adisbladis authored Aug 6, 2021
2 parents 8868bef + 236e5ef commit 35ac020
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 98 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ result
tags
tests/test.nixops*
.mypy_cache/

# ./live-docs.py
mypy-html
4 changes: 3 additions & 1 deletion doc/plugins/authoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,14 @@ and finally, a ``shell.nix``:
let
overrides = import ./overrides.nix { inherit pkgs; };
in pkgs.mkShell {
nativeBuildInputs = [
pkgs.poetry
];
buildInputs = [
(pkgs.poetry2nix.mkPoetryEnv {
projectDir = ./.;
overrides = pkgs.poetry2nix.overrides.withDefaults overrides;
})
pkgs.poetry
];
}
Expand Down
97 changes: 0 additions & 97 deletions maintainers/dump-route53-hosted-zone.py

This file was deleted.

0 comments on commit 35ac020

Please sign in to comment.