Commit graph

4 commits

Author SHA1 Message Date
Daniel Siepmann 983fcb8b76
Add composer v2
Add own flake in order to update without caring to much about nix
releases.
2022-02-14 15:12:02 +01:00
Daniel Siepmann 9aa3886c96
Make composer version obvious 2022-02-14 14:39:10 +01:00
Daniel Siepmann 1902f4f66d
Add flake for composer v1
Still needed for a single legacy project.
Copied content from nixpkgs composer file and adopted for flake and v1.
2022-02-10 21:19:10 +01:00
Daniel Siepmann de06dbcd13
Add first basic flake to be used as flake.nix in projects
The flake is very basic and encapsulates frontend compilation via node
for customer projects.
The flake is intended to be used by other flake.nix within the projects,
which will use the defined packages to build apps outputs.
They should use the packages like `writeShellApplication` itself,
call it with necessary argument set in order to receive a
out of the box working solution.

A template is also provided which can be used like:

    nix flake init -t <path to this flake>

`defaultTemplate` is defined in output and will be used.
2022-02-10 20:18:32 +01:00