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 8c256b8 commit 4dc146f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,12 +450,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install nix
sudo usermod -a -G nix-users $USER
newgrp nix-users
groups
- name: check
run: |
groups
nix profile --experimental-features "nix-command" install nixpkgs#hello
sudo -s -u $USER bash -c "nix run --experimental-features \"nix-command flakes\" nixpkgs#nix-info -- -m"
# - uses: ./.github/actions/setup-nix
# with:
# devShell: default
Expand Down

0 comments on commit 4dc146f

Please sign in to comment.