docs all over

This commit is contained in:
Joseph Hanson 2024-09-07 13:51:01 -05:00
parent e6e7e3e2b6
commit 4e3da6bad5
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -2,7 +2,9 @@
description = "Forgejo CI Runners";
inputs = {
# NixOS nixpkgs 24.05
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
# Lix - Substitution of the Nix package manager, focused on correctness, usability, and growth and committed to doing right by its community.
# https://git.lix.systems/lix-project/lix
lix-module = {
@ -10,14 +12,22 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# srvos - NixOS modules for Hetzner Cloud and other services
srvos.url = "github:numtide/srvos";
# disko - NixOS module for managing disks
disko.url = "github:nix-community/disko";
# Cachix helper functions for deploying NixOS systems with flakes.
cachix-deploy-flake.url = "github:cachix/cachix-deploy-flake";
# Cachix - Nix binary cache hosting and continuous integration
cachix-flake = {
url = "github:cachix/cachix";
inputs.nixpkgs.follows = "nixpkgs";
};
# sops-nix - secrets with mozilla sops
# sops-nix - Atomic secret provisioning for NixOS based on sops
# https://github.com/Mic92/sops-nix
sops-nix = {
url = "github:Mic92/sops-nix";