Skip to content

Commit

Permalink
redownload rix default.nix to start over
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Mar 1, 2025
1 parent b344c7f commit 4608934
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/test-default-for-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
run: |
nix-build
- name: Download dev env default.nix to have correct env again
run: |
wget -O default.nix https://raw.githubusercontent.com/ropensci/rix/refs/heads/main/default.nix
- name: Positron, build default.nix
run: |
nix-shell default.nix --run "Rscript -e \"devtools::load_all();rix(date = '2023-12-30', r_pkgs = 'dplyr', ide = 'positron', project_path = '.', overwrite = TRUE, print = FALSE)\""
Expand All @@ -71,9 +75,9 @@ jobs:
run: |
nix-build
- name: Show default.nix
- name: Download dev env default.nix to have correct env again
run: |
cat default.nix
wget -O default.nix https://raw.githubusercontent.com/ropensci/rix/refs/heads/main/default.nix
- name: VScode, build default.nix
run: |
Expand All @@ -89,13 +93,17 @@ jobs:
# Remove unneeded languageserver
sed -i 's/\blanguageserver\b//g' default.nix
- name: Show default.nix
run: |
cat default.nix
- name: Build development environment
run: |
nix-build
- name: Show default.nix
- name: Download dev env default.nix to have correct env again
run: |
cat default.nix
wget -O default.nix https://raw.githubusercontent.com/ropensci/rix/refs/heads/main/default.nix
- name: Codium, build default.nix
run: |
Expand Down

0 comments on commit 4608934

Please sign in to comment.