thicket: remove shards file

This commit is contained in:
figsoda 2022-10-11 11:56:00 -04:00
parent 5db41b132d
commit 4c5a2d8ba0
2 changed files with 1 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{ 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

View file

@ -1,8 +0,0 @@
{
ameba = {
owner = "veelenga";
repo = "ameba";
rev = "v0.14.3";
sha256 = "1cfr95xi6hsyxw1wlrh571hc775xhwmssk3k14i8b7dgbwfmm5x1";
};
}