AleXoundOS - Overview

Pinned Loading

  1. mirror Nix binary cache for the offline workflow

    Haskell 18 1

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

    Haskell 2

  3. 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"
  4. 1

    { lib, buildUBoot, fetchFromGitHub, armTrustedFirmwareRK3328 }:

    3

      rkbin = fetchFromGitHub {

    4

        owner = "ayufan-rock64";
  5. 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\" ]; })) ])"

    4

    {-# LANGUAGE NoMonomorphismRestriction #-}

    5

    {-# LANGUAGE FlexibleContexts          #-}