NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(github-actions): use a marketplace action for cleaning up space for Nix builds

Signed-off-by: ajhalili2006 <ajhalili2006@gmail.com>

+32
+32
.github/workflows/flake-ci.yml
··· 56 56 fetch-depth: 0 57 57 ref: main 58 58 59 + - name: Free Disk Space 60 + uses: jlumbroso/free-disk-space@main 61 + with: 62 + # this might remove tools that are actually needed, 63 + # if set to "true" but frees about 6 GB 64 + tool-cache: false 65 + 66 + # all of these default to true, but feel free to set to 67 + # "false" if necessary for your workflow 68 + android: true 69 + dotnet: true 70 + haskell: true 71 + large-packages: true 72 + docker-images: true 73 + swap-storage: true 74 + 59 75 - name: Setup Deterinate Nix 60 76 uses: DeterminateSystems/nix-installer-action@main 61 77 with: ··· 92 108 with: 93 109 fetch-depth: 0 94 110 ref: main 111 + 112 + - name: Free Disk Space 113 + uses: jlumbroso/free-disk-space@main 114 + with: 115 + # this might remove tools that are actually needed, 116 + # if set to "true" but frees about 6 GB 117 + tool-cache: false 118 + 119 + # all of these default to true, but feel free to set to 120 + # "false" if necessary for your workflow 121 + android: true 122 + dotnet: true 123 + haskell: true 124 + large-packages: true 125 + docker-images: true 126 + swap-storage: true 95 127 96 128 - name: Setup Deterinate Nix 97 129 uses: DeterminateSystems/nix-installer-action@main