Skip to content
View chandler-barlow's full-sized avatar
🧿
Coding
🧿
Coding

Block or report chandler-barlow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lume-hs lume-hs Public

    Bindings in haskell for the Lume REST API

    Haskell

  2. janet-hs janet-hs Public

    Library for embedding janet-lang in haskell applications.

    Nix

  3. janet-nix janet-nix Public

    nix functionality for janet

    Nix

  4. nix-config nix-config Public

    My personal nix configuration. Includes my settings for helix and various other applications.

    Nix

  5. luger luger Public

    Log viewer TUI

    Go

  6. Nix shell for a haskell project Nix shell for a haskell project
    1
    { pkgs ? import <nixpkgs> {} }:
    2
    pkgs.haskellPackages.developPackage { 
    3
      root = ./.; 
    4
      withHoogle = true;
    5
      modifier = drv: