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 https://tangled.org/did:plc:hwcqoy35x55nzde2sm6dbvq7/dendritic-unflake
git@knot.tangled.wizardry.systems:oeiuwq.com/dendritic-unflake git@knot.tangled.wizardry.systems:did:plc:hwcqoy35x55nzde2sm6dbvq7/dendritic-unflake

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

Download tar.gz
README.md

Sponsor Vic Dendritic Nix License CI Status

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

Dendritic froyo#

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 froyo top-level modules.

Usage#

Build my-laptop nixos config:

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

alternatively:

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