ATproto Nix User Repo
Nix 100.0%
14 2 0

Clone this repository

https://tangled.org/atproto-nix.org/nur
git@tangled.org:atproto-nix.org/nur

For self-hosted knots, clone URLs may differ based on your setup.

README.md

ATproto NUR#

Nix User Repository for ATproto Services and Tools

Development is primarily done on Tangled at @atproto-nix.org/nur with a Github mirror.

Cachix Cache

Usage#

This repository is a Nix Flake. You can add it to your own flake's inputs:

{
  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
    nur.url = "github:atproto-nix/nur";
  };
}