mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
ga
This commit is contained in:
parent
077217348e
commit
19d022e61c
2 changed files with 12 additions and 2 deletions
13
.github/workflows/flake-updater.yml
vendored
13
.github/workflows/flake-updater.yml
vendored
|
|
@ -11,8 +11,17 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
|
||||||
curl -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm
|
|
||||||
|
- name: install nix
|
||||||
|
uses: DeterminateSystems/determinate-nix-action@v3.5.2
|
||||||
|
with:
|
||||||
|
extra-conf: "lazy-trees = true"
|
||||||
|
|
||||||
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
with:
|
||||||
|
use-flakehub: false
|
||||||
|
|
||||||
- uses: DeterminateSystems/update-flake-lock@v24
|
- uses: DeterminateSystems/update-flake-lock@v24
|
||||||
with:
|
with:
|
||||||
pr-title: "Update flake.lock" # Title of PR to be created
|
pr-title: "Update flake.lock" # Title of PR to be created
|
||||||
|
|
|
||||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
uses: DeterminateSystems/determinate-nix-action@v3.5.2
|
uses: DeterminateSystems/determinate-nix-action@v3.5.2
|
||||||
with:
|
with:
|
||||||
extra-conf: "lazy-trees = true"
|
extra-conf: "lazy-trees = true"
|
||||||
|
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
with:
|
with:
|
||||||
use-flakehub: false
|
use-flakehub: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue