Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmgilman/nix-aws-codebuild

A custom Docker image for building with Nix on AWS CodeBuild
https://github.com/jmgilman/nix-aws-codebuild

aws codebuild nix

Last synced: 19 days ago
JSON representation

A custom Docker image for building with Nix on AWS CodeBuild

Awesome Lists containing this project

README

        

# nix-aws-codebuild

> A custom Docker image for building with [Nix][1] on [AWS CodeBuild][2]

This repository contains a simple Docker image for building Nix projects with
AWS CodeBuild. It does three things:

1. Shims `/bin/bash`
2. Configures flake support
3. Installs [cachix][3]

[1]: https://nixos.org
[2]: https://aws.amazon.com/codebuild/
[3]: https://www.cachix.org