Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Sponsor Vic Dendritic Nix License CI Status

Dendritic npins

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 npins to fetch dependencies and with-inputs.nix to provide flake-like inputs.

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