Skip to content

darkmatter/flake-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

flake-registry

Nix flake registry (v2) for Dark Matter internal tooling.

Short ref Resolves to
infra github:darkmatter/infra
tools github:darkmatter/tools
skills github:darkmatter/skills
hermes github:darkmatter/hermes
himitsu github:darkmatter/himitsu
platform github:darkmatter/platform
switchblade github:darkmatter/switchblade
titan github:darkmatter/titan
volt github:darkmatter/volt

Use

Per-user (~/.config/nix/nix.conf)

flake-registry = https://raw.githubusercontent.com/darkmatter/flake-registry/main/registry.json

NixOS / nix-darwin

nix.settings.flake-registry =
  "https://raw.githubusercontent.com/darkmatter/flake-registry/main/registry.json";

Per-invocation

nix --flake-registry https://raw.githubusercontent.com/darkmatter/flake-registry/main/registry.json \
    run skills

Add a flake

Append to flakes[] in registry.json, keep entries alphabetised by from.id, validate with jq empty registry.json.

About

Nix flake registry (v2) for darkmatter internal tooling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors