chore: add readme
This commit is contained in:
parent
d2748133d5
commit
5a8184351a
3 changed files with 11 additions and 1 deletions
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
|
|
@ -2,7 +2,7 @@
|
|||
name: "Update lock file"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */6 * * *"
|
||||
- cron: "0 6 * * *"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
tests:
|
||||
|
|
|
|||
4
README.md
Normal file
4
README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# my nixos/nix-darwin configs
|
||||
|
||||
|
||||
### 2022-04-12 repository layout was changed completely, the old layout is in https://github.com/thexyno/nixos-config/tree/oldmain
|
||||
6
lefthook.yml
Normal file
6
lefthook.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pre-commit:
|
||||
parallel: false
|
||||
commands:
|
||||
01_nixfmt:
|
||||
glob: "*.nix"
|
||||
run: nixpkgs-fmt {staged_files} && git add {staged_files}
|
||||
Loading…
Add table
Add a link
Reference in a new issue