Commit 4c5a2d8b authored by figsoda's avatar figsoda
Browse files

thicket: remove shards file

parent 5db41b13
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, crystal
, fetchFromGitHub
}:

crystal.buildCrystalPackage rec {
@@ -16,7 +16,6 @@ crystal.buildCrystalPackage rec {

  format = "shards";

  shardsFile = ./shards.nix;
  crystalBinaries.thicket.src = "src/thicket.cr";

  # there is one test that tries to clone a repo
+0 −8
Original line number Diff line number Diff line
{
  ameba = {
    owner = "veelenga";
    repo = "ameba";
    rev = "v0.14.3";
    sha256 = "1cfr95xi6hsyxw1wlrh571hc775xhwmssk3k14i8b7dgbwfmm5x1";
  };
}