NixOS and Home Manager modules, packages, and automation for client and server deployments.
Find a file
sid a5e0b2b117
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 27s
Merge pull request 'flake update' (#1) from develop into release-25.11
Reviewed-on: #1
2026-02-26 23:15:56 +01:00
.forgejo/workflows initial commit 2026-02-23 20:34:35 +01:00
apps initial commit 2026-02-23 20:34:35 +01:00
docs initial commit 2026-02-23 20:34:35 +01:00
lib initial commit 2026-02-23 20:34:35 +01:00
modules flake update 2026-02-26 23:10:38 +01:00
overlays initial commit 2026-02-23 20:34:35 +01:00
pkgs arxiv-mcp-server: 0.3.2 -> 0.3.1 2026-02-26 23:13:02 +01:00
templates initial commit 2026-02-23 20:34:35 +01:00
tests initial commit 2026-02-23 20:34:35 +01:00
.envrc initial commit 2026-02-23 20:34:35 +01:00
.gitignore initial commit 2026-02-23 20:34:35 +01:00
flake.lock flake update 2026-02-26 23:10:38 +01:00
flake.nix initial commit 2026-02-23 20:34:35 +01:00
mkdocs.yml initial commit 2026-02-23 20:34:35 +01:00
README.md initial commit 2026-02-23 20:34:35 +01:00

synix

NixOS and Home Manager modules, packages, and automation for client and server deployments.

Explore the outputs:

nix flake show git+https://git.sid.ovh/sid/synix

Support: x86_64-linux (stable), aarch64-linux (experimental)

Directory Structure

  • apps/: Deployment, installation, and update tooling.
  • docs/: Project documentation.
  • lib/: Helper functions.
  • modules/: NixOS and Home Manager modules.
  • overlays/: Package overrides and fixes.
  • pkgs/: Custom packages.
  • templates/: Boilerplates for nix-config and dev environments.

Usage

Add this repo to your flake inputs:

# flake.nix
inputs.synix.url = "git+https://git.sid.ovh/sid/synix.git";

See the documentation for a full setup guide.

Templates

Initialize a template in a new directory:

nix flake init -t git+https://git.sid.ovh/sid/synix#TEMPLATE

Available templates: nix-config, c-hello, microvm, etc. See flake.nix for the full list.

Contributing

  1. Clone & checkout develop:
    git clone https://git.sid.ovh/sid/synix && cd synix
    git checkout develop
    
  2. Validate changes:
    nix fmt # formats the code
    nix flake check # checks formatting, runs build and runtime tests
    
  3. Submit patches via git format-patch to sid@sid.ovh or Matrix @sid:sid.ovh.

Thank you for contributing!