push sheeet
Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s

This commit is contained in:
Dark Steveneq
2025-10-09 14:15:47 +02:00
commit 646b892680
49168 changed files with 5897842 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
{
lib,
fetchFromGitHub,
crystal,
libxml2,
openssl,
}:
crystal.buildCrystalPackage rec {
pname = "mint";
version = "0.24.1";
src = fetchFromGitHub {
owner = "mint-lang";
repo = "mint";
tag = version;
hash = "sha256-gMR/FUp/pOC0TQy6ENH3pIxK43hrHEciT17aGqXVKc8=";
};
format = "shards";
# Update with
# nix-shell -p crystal2nix --run crystal2nix
# with mint's shard.lock file in the current directory
shardsFile = ./shards.nix;
nativeBuildInputs = [
libxml2 # xmllint
];
buildInputs = [ openssl ];
preCheck = ''
substituteInPlace spec/spec_helper.cr \
--replace-fail "clear_env: true" "clear_env: false"
'';
meta = {
description = "Refreshing language for the front-end web";
mainProgram = "mint";
homepage = "https://www.mint-lang.com/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ manveru ];
};
}

View File

@@ -0,0 +1,32 @@
{
admiral = {
url = "https://github.com/jwaldrip/admiral.cr.git";
rev = "v1.12.1";
sha256 = "0x8v9i8ixs7xcwz35kdlqvz0pfm1cqzm6gvwdjfrps0drisk7f6i";
};
ameba = {
url = "https://github.com/crystal-ameba/ameba.git";
rev = "v1.6.4";
sha256 = "1kzr4ynd4r5w87y2czzrlir1dvqmv43ijm07804kgsy1g20k00fs";
};
ansi-escapes = {
url = "https://github.com/gtramontina/ansi-escapes.cr.git";
rev = "v1.0.0";
sha256 = "106cy7bq0j438cfs0zqcxhj84msjj9dybxlcjr8qhs1fpm02s00b";
};
baked_file_system = {
url = "https://github.com/schovi/baked_file_system.git";
rev = "ea0b659f43d7ce00bde66e8a87eeb4d5a112621b";
sha256 = "0zxwmznmh8aazjhlf9j5nxqnij74hb2j4kad48p706bzv3m5bymg";
};
dotenv = {
url = "https://github.com/gdotdesign/cr-dotenv.git";
rev = "v1.0.0";
sha256 = "00pdawysns1w1iqwh6j3shilpwh41ljz1chsqkacn6dj2yn21n0r";
};
markd = {
url = "https://github.com/icyleaf/markd.git";
rev = "v0.5.0";
sha256 = "1a677z57kwjq6lp4ws7br1ga8jgpgi8990glhd1r8756bdyd8mg0";
};
}