nix-statix/README.md

13 lines
760 B
Markdown
Raw Permalink Normal View History

# [`nix-statix`](https://git.dotya.ml/wanderer-containers/nix-statix)
2022-05-10 18:11:30 +02:00
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
2022-05-10 18:17:43 +02:00
[![Build Status](https://drone.dotya.ml/api/badges/wanderer-containers/nix-statix/status.svg)](https://drone.dotya.ml/wanderer-containers/nix-statix)
2022-05-10 18:11:30 +02:00
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](https://drone.io) with ephemeral containers).
2022-10-17 16:54:16 +02:00
based on `docker.io/nixos/nix` (see tag for the `nix` version bundled), latest
version weekly rebuilt on cron.
2022-05-10 18:11:30 +02:00
### LICENSE
2022-09-28 15:17:20 +02:00
GPL-3.0-or-later (see [LICENSE](LICENSE) for details).