Something went wrong. Try again.
ATproto Nix User Repo
Something went wrong. Try again.
Nix 100%
Commits 14
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.
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";
};
}