Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Last active October 10, 2019 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/7b604cab0bdd345a3e6228968313cd38 to your computer and use it in GitHub Desktop.
Save cleverca22/7b604cab0bdd345a3e6228968313cd38 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
import (pkgs.fetchFromGitHub {
owner = "cdepillabout";
repo = "termonad";
rev = "be7d8c622b0e0fbede743524176b4bd630d7a997"; # add missing sha?
sha256 = "1glg3f5dpnpk1mmdba95dmw2vwf8v236hvlvg99q4whd37vha3iy";
}) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment