Refactor mini.nix: Comment out unused user configuration and disable … #605
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dead 😵 Nix ❄️ Analysis 🔍️ | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deadnix: | |
name: Dead Nix Analysis | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@v14 | |
- uses: DeterminateSystems/magic-nix-cache-action@v3 | |
- uses: astro/deadnix-action@main | |
with: | |
commit_message: 'chore: remove dead code' | |