Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmgilman/nix-aws-codebuild
- Owner: jmgilman
- License: mit
- Created: 2022-07-14T23:33:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T00:27:13.000Z (over 2 years ago)
- Last Synced: 2024-11-16T21:29:59.353Z (3 months ago)
- Topics: aws, codebuild, nix
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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