Skip to content

Instantly share code, notes, and snippets.

View PatJRobinson's full-sized avatar

Patrick Robinson PatJRobinson

View GitHub Profile
{
description = "Nasm with 32-bit C";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
};
outputs = { self, nixpkgs, ... }:
let
system = "x86_64-linux";