From be976412453313c0aca9a7cdff6da6fcf896c80a Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 8 Jul 2022 18:19:46 +0200 Subject: [PATCH] flake: exclude all non-go files --- flake.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/flake.nix b/flake.nix index 6b2e986..277b129 100644 --- a/flake.nix +++ b/flake.nix @@ -104,6 +104,18 @@ ./flake.lock ./default.nix ./shell.nix + + ./check-fmt + ./README.md + ./LICENSE + + ./.drone.starlark + ./.envrc + ./.example.vimrc + ./.gitattributes + ./.gitignore + ./.golangci.yml + ./.pre-commit-config.yaml ]; };