Post-Cancellation, Pre-Nisei Netrunner Rotation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
359B

  1. { mkDerivation, base, filepath, hakyll, hakyll-favicon, stdenv }:
  2. mkDerivation {
  3. pname = "p7";
  4. version = "0.2.0.0";
  5. src = ./.;
  6. isLibrary = false;
  7. isExecutable = true;
  8. executableHaskellDepends = [ base filepath hakyll hakyll-favicon ];
  9. homepage = "anr.p7.co.nz";
  10. description = "Post-Netrunner Rotation";
  11. license = stdenv.lib.licenses.bsd3;
  12. }