Skip to content

Commit

Permalink
-f
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 30, 2024
1 parent 876aaa8 commit 3a662c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flake-parts/toplevel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
echo '{ home.homeDirectory = "/tmp/runner"; }' > modules/home/test.nix
WORKDIR=$(pwd)
git add modules/home/test.nix
trap 'git -C $WORKDIR rm modules/home/test.nix' EXIT
trap 'git -C $WORKDIR rm -f modules/home/test.nix' EXIT
# Activate on a temp location
rm -rf /tmp/runner
Expand Down

0 comments on commit 3a662c2

Please sign in to comment.