vic/dendritic-unflake
Example Dendritic Nix setup implemented **without** flakes nor flake-parts.
{ "defaultBranch": "main", "description": "Example Dendritic Nix setup implemented **without** flakes nor flake-parts.", "fullName": "vic/dendritic-unflake", "homepage": "https://dendritic.oeiuwq.com/ecosystem/dendritic-unflake/", "language": "Nix", "name": "dendritic-unflake", "pushedAt": "2026-03-01T06:14:52Z", "stargazersCount": 11, "updatedAt": "2026-03-11T06:05:52Z", "url": "https://github.com/vic/dendritic-unflake"}This repository serves as an example Dendritic Nix implementation without flakes nor flake-parts.
It was used to demostrate that the Dendritic pattern is not tied to flake-parts nor flakes, a common misunderstanding before this. (discourse post and context)
This repo contains several non-flakes examples at ./templates
- [unflake]!(templates/unflake)
- [npins]!(templates/npins)
- [builtins]!(templates/builtins)
- [froyo]!(templates/froyo)
- [falake]!(templates/falake)
- [flake-parts]!(templates/flake-parts)