mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
Fix sed command path in default.nix
This commit is contained in:
parent
0a17a7c87d
commit
aad0222336
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ pkgs: ''
|
|||
$pg --json s3alfisc summclust > versions/summclust.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.gnused}/bin/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
|
||||
${pkgs.gnused}/bin/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