Skip to content

Instantly share code, notes, and snippets.

View yzhou216's full-sized avatar

Yiyu Zhou yzhou216

View GitHub Profile
@yzhou216
yzhou216 / flake.nix
Last active July 8, 2025 09:51
Flake based template for building packages for Nixpkgs
# https://github.com/yzhou216/nixpkgs-packaging-template
{
description = "A Flake for building packages";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
outputs =