Container w/ nix + statix
Go to file
surtur 4ee9aa6ce7
All checks were successful
continuous-integration/drone/push Build is passing
ci: start signing .drone.yml
* also ignore .drone.yml for pre-commit yaml check, as it is already
  being checked by 'drone lint' and multi-doc yaml files make the check
  troubled.
2022-09-28 15:43:49 +02:00
.dockerignore initial commit 2022-05-10 18:11:30 +02:00
.drone.yml ci: start signing .drone.yml 2022-09-28 15:43:49 +02:00
.gitignore initial commit 2022-05-10 18:11:30 +02:00
.hadolint.yaml initial commit 2022-05-10 18:11:30 +02:00
.pre-commit-config.yaml ci: start signing .drone.yml 2022-09-28 15:43:49 +02:00
Containerfile fix: correctly name the license 2022-09-28 15:17:20 +02:00
LICENSE initial commit 2022-05-10 18:11:30 +02:00
Makefile initial commit 2022-05-10 18:11:30 +02:00
README.md fix: correctly name the license 2022-09-28 15:17:20 +02:00

nix-statix

pre-commit Build Status

the Containerfile in this repo simply installs statix on top of the base image, the rationale being this image can be cached for reuse in CI (such as Drone with ephemeral containers).
based on docker.io/nixos/nix:2.8.0-amd64, weekly rebuilt on cron.

LICENSE

GPL-3.0-or-later (see LICENSE for details).