remove commented-out code
1 file changed, 0 insertions(+), 10 deletions(-)
changed files
M flake.nix → flake.nix
@@ -114,16 +114,6 @@ golines.enable = true; golangci-lint = { enable = true; extraPackages = [ pkgs.go ]; - # entry = - # let - # hookPkgs = pre-commit-hooks.packages.${system}; - # script = pkgs.writeShellScript "precommit-golangci-lint" '' - # set -e - # echo "$@" | xargs -n1 dirname | sort -u | xargs -n1 printf '"./%s" ' | \ - # xargs ${hookPkgs.golangci-lint}/bin/golangci-lint run --new --fix - # ''; - # in - # toString script; }; gotest.enable = true; };