Skip to content
View inverted-tree's full-sized avatar
  • Germany

Block or report inverted-tree

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
inverted-tree/README.md

Hi, nerd.

This page intentionally leaves out graphs, badges, and personality quizzes. If you were looking for flair, it was redirected:

# contribution graphs, last seen here:
git log --since=1970 | awk '{print $1}' | wc -l > /dev/null

I prefer reproducible things. Everything else is best-effort. The write once, cry once part is real, but it tends to outlive your coworkers’ shell scripts, which are still being debugged in production.

{ ... }@args:
let
  remote = "github.com/inverted-tree";
in {
  imports = [ ../github-profile.nix ];

  environment.repoPackages = with remote; [
    dotfiles
    nixos-config
  ];
  
  system.stateVersion = "25.12";
}
module "nix_fleet" {
  source = "github.com/inverted-tree/tf-nix-fleet"

  flake = "github:inverted-tree/nixos-config#lab"
  target = "root@${lab_pc.nixos.ipv4_address}"
}

Most of what happens between git push and a running machine is automated, repeatable, and intentionally boring. The interesting failures are documented where they belong.

If you need something specific, check the repositories below. Everything else is left as an exercise to the reader.

Pinned Loading

  1. dotfiles dotfiles Public

    My dotfiles: A rolling release of tweaks and regrets.

    Lua

  2. nixos-config nixos-config Public

    Modular, flake-based configuration files for my nixos machines, i.e. my homelab.

    Nix

  3. jonin jonin Public

    A lightweight C, C++ (Ninja) build file generator written and scriptable in Lua.

    Lua

  4. chunkIQ chunkIQ Public

    Analyze file system data for internal and temporal redundancy.

    Rust