thicket: remove shards file
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
ameba = {
|
||||
owner = "veelenga";
|
||||
repo = "ameba";
|
||||
rev = "v0.14.3";
|
||||
sha256 = "1cfr95xi6hsyxw1wlrh571hc775xhwmssk3k14i8b7dgbwfmm5x1";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user