Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 963 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 963 Bytes
  • niv for painless dependency management (aka pinning) with a daily cronjob to bump dependencies
  • gitignore.nix for respecting .gitignore when using your project as a source
  • pre-commit-hooks.nix for running linters (defaults to shellcheck, nix-linter and nixpkgs-fmt) when committing and on the CI
  • direnv for automatically loading your developer environment
  • GitHub Actions for CI with dependabot automatically bumping GitHub Actions versions

Getting started

Using the project

Follow direnv setup and run direnv allow

License

Apache-2.0