Skip to content

darkmatter/stackpanel-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

stackpanel-flake-registry

Nix flake registry (v2) for stackpanel.

Short ref Resolves to
stackpanel github:darkmatter/stackpanel

Use

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

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

NixOS / nix-darwin

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

Per-invocation

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

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 stackpanel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors