Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.46 KB

File metadata and controls

21 lines (15 loc) · 1.46 KB

The Coil project

The Coil project combines a number of subprojects in the areas of software building, game development, infrastructure and DevOps. The project is being developed by Alexander Bich.

The project primarily uses Nix and NixOS for its goals.

The subprojects mutually depend on each other, so this repository contains a simple umbrella default.nix file for easy initialization of all the subprojects. For example, to build the nixos-pkgs.coil-core attribute of the coil-core subproject while using the umbrella default.nix, simply prepend core. to the attribute:

nix build -Lf ./default.nix core.nixos-pkgs.coil-core

Projects