Skip to content

Commit

Permalink
Upgrade nix as part of by-root
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Nov 8, 2023
1 parent 7ed4676 commit ec01676
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions by-root/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ runs:
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/23.05.tar.gz

- name: Upgrade Nix
run: |
sudo -i nix upgrade-nix
shell: bash

- name: Set NIX_PATH
run: |
echo "NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/23.05.tar.gz" >> $GITHUB_ENV
Expand Down

0 comments on commit ec01676

Please sign in to comment.