mirror of
https://github.com/dwinkler1/fran.git
synced 2026-07-07 11:08:22 -04:00
Compare commits
5 commits
4a47b4b0fb
...
c6ab3eb3dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6ab3eb3dd | ||
|
|
5cec2c64f4 | ||
|
22db18beaa |
|||
|
88cff8c2f6 |
|||
|
161328eeda |
4 changed files with 8 additions and 8 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1771303851,
|
||||
"narHash": "sha256-tgveHozOJ2D/mi3LxVy/FcmLFDlM5XKZxsNB2XpvzaM=",
|
||||
"lastModified": 1781025891,
|
||||
"narHash": "sha256-oV1qBl0NhiTxPusYWSzSC99v3TEcqBCdf+FpIBiuxIY=",
|
||||
"owner": "dwinkler1",
|
||||
"repo": "rixpkgs",
|
||||
"rev": "af2dd3f7b4b172077747c0869d4e30702fb71b0e",
|
||||
"rev": "41517d15d154037edeaeaf9d930909526356af4a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
in {
|
||||
default = mkR {
|
||||
inherit pkgs;
|
||||
packages = builtins.attrValues pkgs.extraRPackages;
|
||||
packages = builtins.attrValues pkgs.franPackages;
|
||||
};
|
||||
franUpdate = pkgs.writeShellScriptBin "fran-update" (import ./versions pkgs);
|
||||
}
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
};
|
||||
rEnv = mkR {
|
||||
inherit pkgs;
|
||||
packages = builtins.attrValues pkgs.extraRPackages;
|
||||
packages = builtins.attrValues pkgs.franPackages;
|
||||
};
|
||||
in {
|
||||
test-script = pkgs.runCommand "test-script" {} ''
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
RcppArmadillo
|
||||
RcppEigen
|
||||
;
|
||||
inherit (final.extraRPackages) summclust;
|
||||
inherit (final.franPackages) summclust;
|
||||
};
|
||||
}).overrideAttrs (old: {
|
||||
passthru = (old.passthru or {}) // {juliaPackages = ["WildBootTests" "StableRNGs"];};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"owner": "grantmcdermott",
|
||||
"repo": "jgd",
|
||||
"rev": "6a7b81cf22361366960f619fbbf46f893ab7583b",
|
||||
"hash": "sha256-OXamYYwyr2RHwsPmXlWr4tMxsLIbaGG/sl7QNpDZTnQ="
|
||||
"rev": "ae3283b94ed5ad5b9f77fa28187959e84d04461a",
|
||||
"hash": "sha256-MSWDnlUxb/4hKMT/PMGvBUJmhJ0qfZqmGHNyIZzwHho="
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue