Skip to content

numo-core/nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Nix docs and snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published