โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop

ใ€Œ๐Ÿ‘ทใ€ ci: removed github ci

-25
-25
.github/workflows/check-formatting.yml
··· 1 - name: Check Formatting 2 - 3 - on: 4 - pull_request: 5 - branches: [ master ] 6 - 7 - concurrency: 8 - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} 9 - cancel-in-progress: true 10 - 11 - 12 - jobs: 13 - check-formatting: 14 - runs-on: ubuntu-latest 15 - steps: 16 - - uses: actions/checkout@v5 17 - 18 - - name: Install Nix 19 - uses: DeterminateSystems/nix-installer-action@main 20 - 21 - - name: Enable Flakes 22 - uses: DeterminateSystems/flake-checker-action@main 23 - 24 - - name: Run Nix Flake Check 25 - run: nix flake check --all-systems