Skip to content

Instantly share code, notes, and snippets.

View aramadia's full-sized avatar

Daniel Lam aramadia

View GitHub Profile
@aramadia
aramadia / flake.nix
Created October 6, 2025 16:10
Perfetto Nixification
{
description = "Perfetto build via Nix";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
perfettoSrc = {
url = "github:google/perfetto";
flake = false;
};
};