Container w/ nix + statix
surtur
4ee9aa6ce7
All checks were successful
continuous-integration/drone/push Build is passing
* 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. |
||
---|---|---|
.dockerignore | ||
.drone.yml | ||
.gitignore | ||
.hadolint.yaml | ||
.pre-commit-config.yaml | ||
Containerfile | ||
LICENSE | ||
Makefile | ||
README.md |
nix-statix
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).