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
- name: Pre-build the system configuration
run: nix build --accept-flake-config .
- name: Build the Neovim Configuration
run: nix build --accept-flake-config . -j3
timeout-minutes: 300
continue-on-error: true
- name: Print out the size of /nix/store
run: du -sh /nix/store