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
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: nix develop --command bash -c "{0}"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nix
|
||||
|
@ -16,7 +13,6 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.CI_TOKEN }}
|
||||
lfs: false
|
||||
|
||||
- name: Setup Attic Cache
|
||||
env:
|
||||
CACHE_NAME: fabianhauser
|
||||
|
@ -26,6 +22,5 @@ jobs:
|
|||
run: |
|
||||
attic login "$CACHE_NAME" "$SERVER" "$ATTIC_AUTH_TOKEN"
|
||||
attic use "$CACHE_REPOSITORY"
|
||||
|
||||
- name: Run Checks
|
||||
run: nix-fast-build --no-nom --max-jobs 1 --skip-cached --attic-cache fabianhauser:dotfiles
|
||||
|
|
|
@ -76,6 +76,9 @@
|
|||
programs = {
|
||||
nixfmt.enable = true;
|
||||
deadnix.enable = true;
|
||||
jsonfmt.enable = true;
|
||||
yamlfmt.enable = true;
|
||||
mdformat.enable = true;
|
||||
};
|
||||
settings.global.excludes = [ "*.jpg" ];
|
||||
};
|
||||
|
|
|
@ -4427,4 +4427,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7527,4 +7527,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"extends": ["schedule:weekly"],
|
||||
"extends": [
|
||||
"schedule:weekly"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
"cloneSubmodules": true,
|
||||
|
|
1
setup.md
1
setup.md
|
@ -1,4 +1,3 @@
|
|||
# Setup
|
||||
|
||||
|
||||
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