Compare commits

..

3 Commits

Author SHA1 Message Date
18bf09b367
wip system-wide catppuccin theme 2024-06-18 04:59:09 +03:00
dependabot[bot]
b5dc318f23 Bump nixbuild/nix-quick-install-action from 26 to 27
Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 26 to 27.
- [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases)
- [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE)
- [Commits](https://github.com/nixbuild/nix-quick-install-action/compare/v26...v27)

---
updated-dependencies:
- dependency-name: nixbuild/nix-quick-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 01:55:04 +00:00
dependabot[bot]
522f2e5750 Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 01:54:55 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- name: Install nix - name: Install nix
uses: nixbuild/nix-quick-install-action@v26 uses: nixbuild/nix-quick-install-action@v27
with: with:
load_nixConfig: false load_nixConfig: false
nix_conf: | nix_conf: |

View File

@ -20,7 +20,7 @@ jobs:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- name: Install nix - name: Install nix
uses: nixbuild/nix-quick-install-action@v26 uses: nixbuild/nix-quick-install-action@v27
with: with:
load_nixConfig: false load_nixConfig: false
nix_conf: | nix_conf: |
@ -40,7 +40,7 @@ jobs:
run: nix build .#Flakes-ISO run: nix build .#Flakes-ISO
- name: Push ISO to artifacts - name: Push ISO to artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: nix-flakes.iso.zip name: nix-flakes.iso.zip
path: result/iso/*.iso path: result/iso/*.iso