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: 11 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T00:27:13.000Z (over 3 years ago)
- Last Synced: 2025-01-17T15:22:24.038Z (about 1 year 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