much better

This commit is contained in:
Osman Faruk Bayram 2025-09-17 13:56:56 +03:00
parent 9407917da8
commit b158f155aa

View file

@ -88,8 +88,10 @@ jobs:
run: nix flake check --accept-flake-config run: nix flake check --accept-flake-config
- name: Pre-build the system configuration - name: Build the Neovim Configuration
run: nix build --accept-flake-config . run: nix build --accept-flake-config . -j3
timeout-minutes: 300
continue-on-error: true
- name: Print out the size of /nix/store - name: Print out the size of /nix/store
run: du -sh /nix/store run: du -sh /nix/store