Skip to content

Instantly share code, notes, and snippets.

View acowley's full-sized avatar

Anthony Cowley acowley

  • Philadelphia, PA, USA
View GitHub Profile
@acowley
acowley / flake.nix
Created December 11, 2021 18:05
Nix flake for building Frames-streamly
{
description = "Frames-streamly";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
hls.url = "github:haskell/haskell-language-server";
};
outputs = { self, nixpkgs, flake-utils, hls }:
flake-utils.lib.eachDefaultSystem (system: