Pinned Repositories
docker-gitlab-runner
A Dockerized GitLab Runner that automatically registers with the GitLab CI Server
gibberish
Generate easy-to-remember, hard-to-guess passwords
haskell-gltf-loader
High level GlTF Haskell loader
lambda-calculator
A simple implementation of the untyped lambda calculus
lambda-calculus
An introduction to the Lambda Calculus
nixos-godot-bin
An overlay for Godot
nixos-yubikey-luks
Set up a LUKS-encrypted filesystem for Yubikey in NixOS
protect-paths-stash-hook
A plugin for Atlassian Stash that protects specific filesystem paths from non-project administrators
seangine
Experimental 3D Rendering Engine
sgillespie's Repositories
sgillespie/haskell-gltf-loader
High level GlTF Haskell loader
sgillespie/nixos-configs
My NixOS configuration for desktop
sgillespie/sgillespie.github.io
sgillespie/actions
IOG GitHub Actions
sgillespie/attic-actions-test
An experiment to use an attic binary repository in a GitHub workflow
sgillespie/cabal
Official upstream development repository for Cabal and cabal-install
sgillespie/cardano-airgap
Builds an airgapped nixos boot image with credential-manager signing tools.
sgillespie/cardano-db-sync
A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
sgillespie/cardano-indexer-starter
sgillespie/cardano-ledger
The ledger implementation and specifications of the Cardano blockchain.
sgillespie/cardano-node
The core component that is used to participate in a Cardano decentralised blockchain.
sgillespie/devx
The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
sgillespie/haskell-language-server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
sgillespie/haskell-language-server.nix
A haskell.nix wrapper for haskell-language-server development
sgillespie/haskell.nix
Alternative Haskell Infrastructure for Nixpkgs
sgillespie/hello-hydra
A simple flake for testing Hydra CI
sgillespie/hls-4743
Reproducer for HLS #4743
sgillespie/hydra
Hydra, the Nix-based continuous build system
sgillespie/hydra-tools
sgillespie/lox-server
A simple language server for Lox
sgillespie/midnight-aggregate-workflows
A simple action that collect GitHub workflow runs and generates a report
sgillespie/nixpkgs
Nix Packages collection
sgillespie/no-magic-cache-nix
sgillespie/parallel-haskell-examples
Examples from Part 1 of Parallel and Concurrent Programming in Haskell
sgillespie/persistent
Persistence interface for Haskell allowing multiple storage methods.
sgillespie/persistent-reproducer
sgillespie/sydtest
A modern testing framework for Haskell with good defaults and advanced testing features.
sgillespie/sydtest-reproducer
sgillespie/talk-jaxex-haskell-types
My talk for Jax.Ex: Programming with Types in Haskell
sgillespie/thunkling
An exploration in implementing a lazy functional language from top to bottom