Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 885 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 885 Bytes

nix

A set of configurations, libraries, and useful tooling for numo.

contents

templates

prerequisites

In order to use flakes, one must be running nix 2.4, otherwise known as nixUnstable.

To install nixUnstable on a machine without nix-darwin or home-manager, do the following:

nix-env -iA nixUnstable && echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf

usage

To pull a template, run the following:

nix flake init -t "git+ssh://[email protected]/numo-core/nix?ref=main#templates.ci"

The git+ssh protocol is necessary to ensure nix uses your git credentials for accessing private repos.