This commit is contained in:
parent
e02d86dffd
commit
a2a2813b6a
6 changed files with 11 additions and 10 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -1,12 +1,9 @@
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: nix develop --command bash -c "{0}"
|
shell: nix develop --command bash -c "{0}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
@ -16,7 +13,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CI_TOKEN }}
|
token: ${{ secrets.CI_TOKEN }}
|
||||||
lfs: false
|
lfs: false
|
||||||
|
|
||||||
- name: Setup Attic Cache
|
- name: Setup Attic Cache
|
||||||
env:
|
env:
|
||||||
CACHE_NAME: fabianhauser
|
CACHE_NAME: fabianhauser
|
||||||
|
@ -26,6 +22,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
attic login "$CACHE_NAME" "$SERVER" "$ATTIC_AUTH_TOKEN"
|
attic login "$CACHE_NAME" "$SERVER" "$ATTIC_AUTH_TOKEN"
|
||||||
attic use "$CACHE_REPOSITORY"
|
attic use "$CACHE_REPOSITORY"
|
||||||
|
|
||||||
- name: Run Checks
|
- name: Run Checks
|
||||||
run: nix-fast-build --no-nom --max-jobs 1 --skip-cached --attic-cache fabianhauser:dotfiles
|
run: nix-fast-build --no-nom --max-jobs 1 --skip-cached --attic-cache fabianhauser:dotfiles
|
||||||
|
|
|
@ -76,6 +76,9 @@
|
||||||
programs = {
|
programs = {
|
||||||
nixfmt.enable = true;
|
nixfmt.enable = true;
|
||||||
deadnix.enable = true;
|
deadnix.enable = true;
|
||||||
|
jsonfmt.enable = true;
|
||||||
|
yamlfmt.enable = true;
|
||||||
|
mdformat.enable = true;
|
||||||
};
|
};
|
||||||
settings.global.excludes = [ "*.jpg" ];
|
settings.global.excludes = [ "*.jpg" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -4427,4 +4427,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7527,4 +7527,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,13 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
],
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"extends": ["schedule:weekly"],
|
"extends": [
|
||||||
|
"schedule:weekly"
|
||||||
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
"cloneSubmodules": true,
|
"cloneSubmodules": true,
|
||||||
|
|
1
setup.md
1
setup.md
|
@ -1,4 +1,3 @@
|
||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
|
|
||||||
See https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md for instructions on how to enroll lanzaboote secure boot.
|
See https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md for instructions on how to enroll lanzaboote secure boot.
|
||||||
|
|
Loading…
Add table
Reference in a new issue