Skip to content

Instantly share code, notes, and snippets.

View raquentin's full-sized avatar
♟️
pwning

Race Williams raquentin

♟️
pwning
View GitHub Profile
@raquentin
raquentin / gist:85a295024f9d1e674bed1411825d69cf
Created April 6, 2025 00:21
CS 4240 Proj 3 Build Flake
{
description = "A dev env for CS 4240 project 3.";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
outputs = {
self,
nixpkgs,
}: let
supportedSystems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];