Skip to content

Instantly share code, notes, and snippets.

@matthew-piziak
Created April 7, 2020 23:47
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 matthew-piziak/d9304e12eb2081ff688e7a8a04ffffb2 to your computer and use it in GitHub Desktop.
Save matthew-piziak/d9304e12eb2081ff688e7a8a04ffffb2 to your computer and use it in GitHub Desktop.
{ pkgs, ... }:
let
dhall-flycheck = (import "${
pkgs.fetchFromGitHub {
owner = "Profpatsch";
repo = "dhall-flycheck";
rev = "f3b908b22d0803711e58378b5fa291b987d1c91e";
sha256 = "1y9m4345da91rz6k1hc34ajlfrfglrw8mq725vr45a1fbrf3yzim";
# date = 2020-04-04T17:56:24+02:00;
}
}/dhall-flycheck.nix") { };
in {
environment.systemPackages = (with pkgs.unstable; [ dhall dhall-json ]) ++ [ dhall-flycheck ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment