mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
ci: do not use caches on certain workflows
It causes more trouble especially that we're checking for the current iteration of the configurations.
This commit is contained in:
parent
4724c6021f
commit
cc5693c90d
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@ -12,7 +12,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- uses: DeterminateSystems/nix-installer-action@v4
|
||||
- name: Check flake lockfile
|
||||
uses: DeterminateSystems/flake-checker-action@v4
|
||||
|
1
.github/workflows/update-firefox-addons.yml
vendored
1
.github/workflows/update-firefox-addons.yml
vendored
@ -18,7 +18,6 @@ jobs:
|
||||
id: metadata
|
||||
run: echo "DATE=$(date +%F)" >> "$GITHUB_OUTPUT"
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- uses: DeterminateSystems/nix-installer-action@v4
|
||||
- env:
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
|
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
@ -10,7 +10,6 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- uses: DeterminateSystems/nix-installer-action@v4
|
||||
- name: Update flake inputs
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user