From 93cbfe79ca1657e2d432feb58274a3f126ee1276 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Fri, 12 Sep 2025 15:48:47 +1000 Subject: [PATCH] added fwildclusterboot --- flake.nix | 24 ++++++++++++++++++++++++ versions/default.nix | 1 + versions/fwildclusterboot.json | 6 ++++++ versions/musicMetadata.json | 2 -- 4 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 versions/fwildclusterboot.json diff --git a/flake.nix b/flake.nix index 631b3e8..7a42495 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,30 @@ extraRPackages = let fetchfromGitHubJSONFile = path: prev.fetchFromGitHub (builtins.fromJSON (builtins.readFile path)); in { + ## f + fwildclusterboot = prev.rPackages.buildRPackage { + name = "fwildclusterboot"; + src = fetchfromGitHubJSONFile ./versions/fwildclusterboot.json; + propagatedBuildInputs = builtins.attrValues { + inherit + (prev.rPackages) + collapse + dqrng + dreamerr + Formula + generics + gtools + JuliaConnectoR + Matrix + Rcpp + rlang + summclust + RcppArmadillo + RcppEigen + ; + }; + }; + ## H httpgd = prev.rPackages.buildRPackage { name = "httpgd"; diff --git a/versions/default.nix b/versions/default.nix index 9dce168..bcdee9d 100644 --- a/versions/default.nix +++ b/versions/default.nix @@ -2,5 +2,6 @@ pkgs: '' pg=${pkgs.nix-prefetch-github}/bin/nix-prefetch-github $pg --json hannesdatta musicMetadata > versions/musicMetadata.json $pg --json nx10 httpgd > versions/httpgd.json + $pg --json s3alfisc fwildclusterboot > versions/fwildclusterboot.json $pg --json synth-inference synthdid > versions/synthdid.json '' diff --git a/versions/fwildclusterboot.json b/versions/fwildclusterboot.json new file mode 100644 index 0000000..13b5722 --- /dev/null +++ b/versions/fwildclusterboot.json @@ -0,0 +1,6 @@ +{ + "owner": "s3alfisc", + "repo": "fwildclusterboot", + "rev": "336bb574eba169ac0183317f01d0564791d8122f", + "hash": "sha256-v+BsnG5C5rViMIGH7dt5BsizbOWBSEUNiJ+ixiB9iJA=" +} diff --git a/versions/musicMetadata.json b/versions/musicMetadata.json index eee2b9b..d48b35c 100644 --- a/versions/musicMetadata.json +++ b/versions/musicMetadata.json @@ -4,5 +4,3 @@ "rev": "1b7ca4c1fd208475e961b77edc90ad513b936879", "hash": "sha256-QK1Q6/ta2PqIrjdA6/oS1HxOMgZr/BO00OLjs3/O7EE=" } - -