We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71356b commit a0c4c3aCopy full SHA for a0c4c3a
1 file changed
.github/workflows/pre-commit.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v6
13
- uses: DeterminateSystems/nix-installer-action@v21
14
- - run: nix profile install .#direnv
+ - run: nix profile add .#direnv
15
- run: |
16
direnv allow
17
direnv export gha >> "$GITHUB_ENV"
0 commit comments