A collection of nixosModules and image builders we use to test, distribute and develop clan.lol https://clan.lol/
Go to file
Mic92 70374b62c2
All checks were successful
checks-impure / test (push) Successful in 10s
checks / test (push) Successful in 35s
assets1 / test (push) Successful in 6s
Merge pull request 'docs/quickstart: use the clan create command and mention flake.nix more' (#316) from docs into main
Reviewed-on: #316
2023-09-21 12:41:40 +00:00
.gitea/workflows CI: Created separate user for CI 2023-09-20 14:51:34 +02:00
checks checks: run impure pytest tests in CI pipeline 2023-09-19 16:46:46 +02:00
docs docs/quickstart: use the clan create command and mention flake.nix more 2023-09-21 12:41:40 +00:00
lib lib jsonschema: add path 2023-09-15 12:17:07 +00:00
nixosModules clan config: re-enable clan config 2023-09-19 15:12:29 +02:00
pkgs clan-cli: add git.commit_file() to auto commit files if inside a git 2023-09-21 14:07:54 +02:00
templates template: do not rely on flake registry for nixpkgs 2023-09-03 15:36:00 +02:00
.envrc devShells.default: init 2023-07-28 15:10:24 +02:00
.gitignore gitignore: use absolute paths 2023-09-14 16:28:01 +02:00
devShell.nix devShell: use rm -f to clean up old pre-commit file 2023-09-19 13:20:12 +02:00
flake.lock update flake lock - 2023-09-18T00:00+00:00 2023-09-19 13:32:51 +02:00
flake.nix clan config: re-enable clan config 2023-09-19 15:12:29 +02:00
formatter.nix apply prettier to source tree 2023-08-24 14:13:02 +02:00
README.md Link quickstart into README 2023-08-30 16:12:18 +02: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.

cLAN config tool

  • The quickstart guide can be found here: here
  • Find the docs here