diff --git a/flake.nix b/flake.nix index 9f3dc08..ac4cbd7 100644 --- a/flake.nix +++ b/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";