docs all over
This commit is contained in:
parent
e6e7e3e2b6
commit
4e3da6bad5
1 changed files with 11 additions and 1 deletions
12
flake.nix
12
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue