Skip to content

Instantly share code, notes, and snippets.

View charludo's full-sized avatar

Charlotte charludo

  • 22:16 (UTC +02:00)
View GitHub Profile
{
description = "Building static binaries with musl";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
crane.url = "github:ipetkov/crane";
flake-utils.url = "github:numtide/flake-utils";
};
outputs =
{