0xda157's home-manager and nixos config

disable flake checking

don't have enough storage

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