From 24364992e187233e4c37bd4505a0e03d5407ffc3 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 10 May 2023 10:15:05 +0000 Subject: [PATCH] README: update repo structure & link to mirrors --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a8b5c20..b869b811 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ directly here; even the sources for those packages is often kept here too. - the bulk of config which isn't factored with external use in mind. - that is, if you were to add this repo to a flake.nix for your own use, you won't likely be depending on anything in this directory. +- `integrations/` + - code intended for consumption by external tools (e.g. the Nix User Repos) - `modules/` - config which is gated behind `enable` flags, in similar style to nixpkgs' `nixos/` directory. @@ -32,7 +34,7 @@ directly here; even the sources for those packages is often kept here too. - `pkgs/` - derivations for things not yet packaged in nixpkgs. - derivations for things from nixpkgs which i need to `override` for some reason. - - inline code for wholly custom packages (e.g. `pkgs/sane-scripts/` for CLI tools + - inline code for wholly custom packages (e.g. `pkgs/additional/sane-scripts/` for CLI tools that are highly specific to my setup). - `scripts/` - scripts which are referenced by other things in this repo. @@ -94,6 +96,12 @@ this should be a pretty "standard" flake. just reference it, and import either - `nixosModules.sane` (for the modules) - `overlays.pkgs` (for the packages) +## Mirrors + +this repo exists in a few known locations: +- primary: +- mirror: + ## Contact if you want to contact me for questions, or collaborate to split something useful into a shared repo, etc,