Example Dendritic Nix setup implemented without flakes nor flake-parts. dendrix.oeiuwq.com/Dendritic.html#no-dependencies
nix unflake dendritic
Nix 100.0%
10 6 0

Clone this repository

https://tangled.org/oeiuwq.com/dendritic-unflake
git@tangled.org:oeiuwq.com/dendritic-unflake

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Sponsor Vic Dendritic Nix License CI Status

This repo contains several non-flakes examples (one per branch):

Dendritic Falake#

This repository serves as an example Dendritic Nix implementation without flakes nor flake-parts. (discourse post and context)

Entry point is default.nix, modules/example.nix defines a nixosConfiguration.

This example uses falake top-level modules.

Usage#

Build my-laptop nixos config:

nixos-rebuild build --file . --attr nixosConfigurations.my-laptop

alternatively:

nix-build --attr nixosConfigurations.my-laptop.config.system.build.toplevel