Skip to content
View AleXoundOS's full-sized avatar
  • Tbilisi, Georgia
  • 10:09 (UTC +04:00)
Block or Report

Block or report AleXoundOS

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 100 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

  1. mirror-nix mirror-nix Public

    mirror Nix binary cache for the offline workflow

    Haskell 16 1

  2. mirror-hackage mirror-hackage Public

    download all hackage packages (including metadata/cabal revisions) ready to be served with http server

    Haskell 2

  3. simple MQTT publish/subscribe over T... simple MQTT publish/subscribe over TLS shebang programs written in Haskell
    1
    #! /usr/bin/env nix-shell
    2
    #! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/cbe419ed4c8f98bd82d169c321d339ea30904f1f.tar.gz --tarball-ttl 4294967295
    3
    #! nix-shell -p "haskellPackages.ghcWithPackages (p: with p; [net-mqtt data-default])"
    4
    #! nix-shell -i "runhaskell -Wall"
    5
    
    
  4. uboot nix derivation for Rock64 with... uboot nix derivation for Rock64 with CONFIG_BAUDRATE=115200
    1
    { lib, buildUBoot, fetchFromGitHub, armTrustedFirmwareRK3328 }:
    2
    let
    3
      rkbin = fetchFromGitHub {
    4
        owner = "ayufan-rock64";
    5
        repo = "rkbin";
  5. haskell-diagrams simple patchwork 4 haskell-diagrams simple patchwork 4
    1
    #! /usr/bin/env nix-shell
    2
    #! nix-shell -i runghc -p "haskellPackages.ghcWithPackages (pkgs: with pkgs; [ diagrams-cairo (diagrams.overrideAttrs (def: { buildInputs = def.buildInputs ++ [ diagrams-cairo ]; configureFlags = def.configureFlags ++ [ \"-f cairo\" ]; })) ])"
    3
    
    
    4
    {-# LANGUAGE NoMonomorphismRestriction #-}
    5
    {-# LANGUAGE FlexibleContexts          #-}
  6. haskell-aws-lambda-sam-nix haskell-aws-lambda-sam-nix Public

    Forked from cotrone/haskell-aws-lambda-sam-nix

    Nix 1