0xda157's nixvim config

disable flake checking

don't have enough disk space

0xda157 a85f423e 39b76030

+10 -10
+9 -9
.forgejo/workflows/check.yml
··· 9 9 - '.editorconfig' 10 10 11 11 jobs: 12 - flake-check: 13 - runs-on: codeberg-medium 14 - 15 - steps: 16 - - uses: actions/checkout@v4 17 - - uses: https://github.com/cachix/install-nix-action@v31 18 - with: 19 - extra_nix_config: "experimental-features = flakes nix-command pipe-operators" 20 - - run: nix flake check --print-build-logs 12 + # flake-check: 13 + # runs-on: codeberg-medium 14 + # 15 + # steps: 16 + # - uses: actions/checkout@v4 17 + # - uses: https://github.com/cachix/install-nix-action@v31 18 + # with: 19 + # extra_nix_config: "experimental-features = flakes nix-command pipe-operators" 20 + # - run: nix flake check --print-build-logs 21 21 22 22 fmt-check: 23 23 runs-on: codeberg-small
+1 -1
.forgejo/workflows/flake-update.yml
··· 22 22 23 23 - run: git push 24 24 25 - - run: nix flake check --print-build-logs 25 + # - run: nix flake check --print-build-logs