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
26 lines
635 B
Nix
26 lines
635 B
Nix
{
|
|
schleuder-cli = {
|
|
dependencies = [ "thor" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
fetchSubmodules = false;
|
|
rev = "fd010d28b1503504056e714e03abf043b64794ea";
|
|
sha256 = "1r8ayi0d00c14q40247rwjf5s5n3dsy9d9blhf5jzm3kddzpwnbx";
|
|
type = "git";
|
|
url = "https://0xacab.org/schleuder/schleuder-cli";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
thor = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.1";
|
|
};
|
|
}
|