A collection of nixosModules and image builders we use to test, distribute and develop clan.lol https://clan.lol/
Go to file
Clan Merge Bot 59d824f8ed
All checks were successful
build / test (pull_request) Successful in 20s
update flake lock - 2023-08-21T00:00+00:00
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/358b87fd44cd3b687ae7a05ea2781afc0de67809' (2023-08-13)
  → 'github:nix-community/disko/4eed2457b053c4bbad7d90d2b3a1d539c2c9009c' (2023-08-16)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/100a1550b0e7a64b960c625b656f9229bdef5f87' (2023-08-13)
  → 'github:NixOS/nixpkgs/d680ded26da5cf104dd2735a51e88d2d8f487b4d' (2023-08-19)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/19dee4bf6001849006a63f3435247316b0488e99' (2023-08-12)
  → 'github:numtide/treefmt-nix/e2761d701581d8dcc4e0e88aecfde317ddf6f0cd' (2023-08-20)
2023-08-21 00:00:08 +00:00
.gitea/workflows ci: actually check pull_request merge instead of push 2023-08-08 13:53:08 +02:00
checks checks.schema: fix for systems other than x86 2023-08-15 11:30:23 +02:00
clanModules clanModules: add zerotier 2023-08-02 10:32:51 +02:00
docs/use-cases docs: add use-cases for different kinds of users 2023-07-17 14:03:19 +02:00
lib clan-config: stop using jsonschema at all for CLI 2023-08-15 15:48:17 +02:00
nixosModules move modules into nixosModules, add autoimport 2023-08-02 10:24:01 +02:00
pkgs init template view 2023-08-19 12:04:27 +02:00
scripts pre-commit: fix weird bug where commit_files is undefined in bash 2023-08-09 15:17:38 +02:00
templates move out non-toplevel flake modules from flake.nix 2023-08-08 14:03:26 +02:00
.envrc devShells.default: init 2023-07-28 15:10:24 +02:00
.gitignore formatting: add pre-commit hook to dev shell 2023-07-28 18:12:31 +02:00
devShell.nix devshell: fix linking pre-commit 2023-08-08 13:51:54 +02:00
flake.lock update flake lock - 2023-08-21T00:00+00:00 2023-08-21 00:00:08 +00:00
flake.nix checks: ensure clanModules are clan-config compatible 2023-08-09 18:42:03 +02:00
formatter.nix move flake-parts into pkgs or toplevel 2023-08-03 17:11:36 +02:00
README.md README: rename to core, clarify 2023-07-14 09:10:42 +00:00

clan.lol core

This is the monorepo of the clan.lol project

In here are all the packages we use, all the nixosModules we use/expose, the CLI and tests for everything. Not in here is the deployed infrastructure, which is in clan-infra.