crystal2nix: remove unused input

This commit is contained in:
Sandro Jäckel
2021-03-02 23:50:44 +01:00
parent 0f78e1772f
commit bbc7926c37

View File

@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, fetchgit, crystal, makeWrapper, nix-prefetch-git }:
{ lib, fetchFromGitHub, crystal, makeWrapper, nix-prefetch-git }:
crystal.buildCrystalPackage rec {
pname = "crystal2nix";