thicket: remove shards file
This commit is contained in:
parent
5db41b132d
commit
4c5a2d8ba0
@ -1,6 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchFromGitHub
|
|
||||||
, crystal
|
, crystal
|
||||||
|
, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
|
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
@ -16,7 +16,6 @@ crystal.buildCrystalPackage rec {
|
|||||||
|
|
||||||
format = "shards";
|
format = "shards";
|
||||||
|
|
||||||
shardsFile = ./shards.nix;
|
|
||||||
crystalBinaries.thicket.src = "src/thicket.cr";
|
crystalBinaries.thicket.src = "src/thicket.cr";
|
||||||
|
|
||||||
# there is one test that tries to clone a repo
|
# 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";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user