mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
Update rixpkgs URL to use dynamic version
This commit is contained in:
parent
c46bc7dea5
commit
a10f4dee0e
1 changed files with 2 additions and 0 deletions
|
|
@ -6,4 +6,6 @@ pkgs: ''
|
||||||
$pg --json s3alfisc fwildclusterboot > versions/fwildclusterboot.json
|
$pg --json s3alfisc fwildclusterboot > versions/fwildclusterboot.json
|
||||||
$pg --json s3alfisc summclust > versions/summclust.json
|
$pg --json s3alfisc summclust > versions/summclust.json
|
||||||
$pg --json synth-inference synthdid > versions/synthdid.json
|
$pg --json synth-inference synthdid > versions/synthdid.json
|
||||||
|
RVER=$( wget -qO- 'https://raw.githubusercontent.com/ropensci/rix/refs/heads/main/inst/extdata/available_df.csv' | tail -n 1 | head -n 1 | cut -d',' -f4 | tr -d '"' )
|
||||||
|
pkgs.sed -i "s|rixpkgs.url = \"github:rstats-on-nix/nixpkgs/[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}\";|rixpkgs.url = \"github:rstats-on-nix/nixpkgs/$RVER\";|" ../flake.nix
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue