Skip to content

Commit

Permalink
wr
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 30, 2024
1 parent f43476b commit d6457b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
echo '{ home.homeDirectory = "/tmp/runner"; }' > modules/home/test.nix
git add modules/home/test.nix
USER=runner HOME=/tmp/runner nix run .#activate 'runner@'
nix shell nixpkgs#findutils nixpkgs#gnugrep -c \
find -L /tmp/runner/ | grep -v \.cache | grep -v \/share\/ | grep -v \/lib\/ | grep -v \/libexec\/ | grep -v \/.local\/state
nix shell nixpkgs#findutils nixpkgs#gnugrep -c sh -c \
"find -L /tmp/runner/ | grep -v \.cache | grep -v \/share\/ | grep -v \/lib\/ | grep -v \/libexec\/ | grep -v \/.local\/state""
cd /tmp/runner
test -f .nix-profile/bin/git
test -f .nix-profile/bin/nvim

0 comments on commit d6457b6

Please sign in to comment.