Skip to content

Commit

Permalink
S
Browse files Browse the repository at this point in the history
  • Loading branch information
potsrevennil committed Jan 2, 2025
1 parent 07c40ab commit e344d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,10 @@ jobs:
shell: bash
run: |
sudo apt-get update && sudo apt-get install nix
echo $USER
sudo usermod -a -G nix-users $USER
sudo -u $USER bash
- name: check
run: |
groups
nix profile --experimental-features "nix-command" install nixpkgs#hello
# - uses: ./.github/actions/setup-nix
Expand Down

0 comments on commit e344d4a

Please sign in to comment.