Skip to content

Commit 35ac020

Browse files
authored
Merge pull request #1467 from hercules-ci/maintenance
Maintenance
2 parents 8868bef + 236e5ef commit 35ac020

File tree

3 files changed

+6
-98
lines changed

3 files changed

+6
-98
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ result
1010
tags
1111
tests/test.nixops*
1212
.mypy_cache/
13+
14+
# ./live-docs.py
15+
mypy-html

doc/plugins/authoring.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,14 @@ and finally, a ``shell.nix``:
205205
let
206206
overrides = import ./overrides.nix { inherit pkgs; };
207207
in pkgs.mkShell {
208+
nativeBuildInputs = [
209+
pkgs.poetry
210+
];
208211
buildInputs = [
209212
(pkgs.poetry2nix.mkPoetryEnv {
210213
projectDir = ./.;
211214
overrides = pkgs.poetry2nix.overrides.withDefaults overrides;
212215
})
213-
pkgs.poetry
214216
];
215217
}
216218

maintainers/dump-route53-hosted-zone.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)