mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
added fwildclusterboot
This commit is contained in:
parent
50672dfa8e
commit
93cbfe79ca
4 changed files with 31 additions and 2 deletions
24
flake.nix
24
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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
''
|
||||
|
|
|
|||
6
versions/fwildclusterboot.json
Normal file
6
versions/fwildclusterboot.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"owner": "s3alfisc",
|
||||
"repo": "fwildclusterboot",
|
||||
"rev": "336bb574eba169ac0183317f01d0564791d8122f",
|
||||
"hash": "sha256-v+BsnG5C5rViMIGH7dt5BsizbOWBSEUNiJ+ixiB9iJA="
|
||||
}
|
||||
|
|
@ -4,5 +4,3 @@
|
|||
"rev": "1b7ca4c1fd208475e961b77edc90ad513b936879",
|
||||
"hash": "sha256-QK1Q6/ta2PqIrjdA6/oS1HxOMgZr/BO00OLjs3/O7EE="
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue