A collection of nixosModules and image builders we use to test, distribute and develop clan.lol https://clan.lol/
Go to file
clan-bot 8715c3ef88
All checks were successful
checks / check-links (push) Successful in 14s
checks / checks (push) Successful in 33s
checks / checks-impure (push) Successful in 1m48s
Merge pull request 'rewrite backups documentation' (#1055) from Mic92-main into main
2024-03-26 16:29:32 +00:00
.gitea/workflows reduce eval worker 2024-03-12 17:34:07 +01:00
checks localbackup: rename mountHook/umountHook to preMountHook/postUnmountHook 2024-03-26 14:58:37 +01:00
clanModules localbackup: also create mountpoints 2024-03-26 15:53:13 +01:00
docs rewrite backups documentation 2024-03-26 17:21:06 +01:00
lib re-format with nixfmt 2024-03-17 19:48:49 +01:00
machines refactor backup test to be just a single machine 2024-03-19 14:32:11 +01:00
nixosModules clanCore/packages.nix: add gitMinimal 2024-03-25 11:47:32 +07:00
pkgs Revert "ssh: add interactive flag" 2024-03-26 13:13:35 +01:00
templates re-format with nixfmt 2024-03-17 19:48:49 +01:00
.envrc select-shell: Fix breakage with previous shell.nix change 2024-03-25 00:32:03 +01:00
.gitignore fix evaluation of backup module 2024-03-17 18:16:08 +01:00
.gitmodules Removed submodule 2023-12-01 23:16:45 +01:00
devShell.nix re-format with nixfmt 2024-03-17 19:48:49 +01:00
flake.lock update nixos-generators 2024-03-26 12:52:00 +01:00
flake.nix clan-vm-manager: Working pytest skeleton. clan-cli: Fixing devshell depending on itself 2024-03-24 23:36:00 +01:00
formatter.nix ruff: switch to check subcommand 2024-03-26 12:52:00 +01:00
pyproject.toml fix pyproject syntax, ignore E731 2024-03-03 06:20:08 +01:00
README.md devShells: one global python devshell + activation via command 2024-03-01 18:16:38 +07:00

cLAN Core Repository

Welcome to the cLAN Core Repository, the heart of the clan.lol project! This monorepo houses all the essential packages, NixOS modules, CLI tools, and tests you need to contribute and work with the cLAN project.

Getting Started

If you're new to cLAN and eager to dive in, start with our quickstart guide:

  • Quickstart Guide: Check out quickstart.md to get up and running with cLAN in no time.

Managing Secrets

Security is paramount, and cLAN provides guidelines for handling secrets effectively:

Contributing to cLAN

We welcome contributions from the community, and we've prepared a comprehensive guide to help you get started:

  • Contribution Guidelines: Find out how to contribute and make a meaningful impact on the cLAN project by reading contributing.md.

Whether you're a newcomer or a seasoned developer, we look forward to your contributions and collaboration on the cLAN project. Let's build amazing things together!

development environment

Setup direnv and nix-direnv and execute dienv allow. To switch between different dev environments execute select-shell.